AbstractInfoBaseTInfoSetExternalColumnData Method |
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: 12.0.0
Syntax protected bool SetExternalColumnData(
string columnName,
Object data,
bool deleteUnusedFiles
)
Parameters
- columnName
- Type: SystemString
Name of the column - data
- Type: SystemObject
Data to save externally - deleteUnusedFiles
- Type: SystemBoolean
If true, the old files are deleted when the path of the columnFile has changed
Return Value
Type:
BooleanSee Also