| AbstractInfoBaseTInfoSaveExternalColumns 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: 9.0.0
 Syntax
Syntaxprotected internal override 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
See Also