Click or drag to resize
BaseInfoDeleteExternalColumns Method
Goes through the columns which are stored externally and deletes all the files.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteExternalColumns(
	bool updateDB
)

Parameters

updateDB
Type: SystemBoolean
If true, DB is updated with the data from the file before it's deleted.
See Also