Saves the column data to the external storage if exists. Returns true if data was stored in external storage and should not be stored also in DB. If data should be stored in DB, returns false.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- columnName
- Type: System String
Name of the column
- data
- Type: System Object
Data to save externally
- deleteUnusedFiles
- Type: System Boolean
If true, the old files are deleted when the path of the columnFile has changed
Return Value
Type: BooleanSee Also