Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
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: Boolean
See Also