Click or drag to resize
AbstractInfoBase<TInfo>.SetExternalColumnData 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: 12.0.0
Syntax
C#
protected bool SetExternalColumnData(
	string columnName,
	Object data,
	bool deleteUnusedFiles
)

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: Boolean
See Also