AbstractInfo TInfo  SetExternalColumnData Method Kentico 8.1 API Reference
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: 8.0.0.0 (8.1.5347.20411)

Parameters

columnName
Type: OnlineSystem String
Name of the column
data
Type: OnlineSystem Object
Data to save externally
deleteUnusedFiles
Type: OnlineSystem Boolean
If true, the old files are deleted when the path of the columnFile has changed

Return Value

Type: OnlineBoolean
See Also