BaseInfoSaveExternalColumns Method |
Goes through the columns which are stored externally and ensures them in the external storage.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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