Click or drag to resize
BaseInfoSaveExternalColumns Method
Goes through the columns which are stored externally and ensures them in the external storage.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected internal virtual void SaveExternalColumns(
	bool deleteUnusedFiles,
	bool onlyIfChanged
)

Parameters

deleteUnusedFiles
Type: SystemBoolean
If true, the old files are deleted when the path of the columnFile has changed
onlyIfChanged
Type: SystemBoolean
Tries to modify the external file only if the column is marked as changed
See Also