Click or drag to resize
ExternalColumnSettingsInfoType Class
Object to encapsulate the settings of an externally stored column within a InfoObject.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineExternalColumnSettingsInfoType

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class ExternalColumnSettings<InfoType>

Type Parameters

InfoType

The ExternalColumnSettingsInfoType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDependencyColumns
Array of column names whose value change causes resaving of the external columns.
Public propertyGetDataTransformation
Gets or sets a transformation function which is called when the data is retrieved from the external storage. Can be used for example to remove default directives to layout code.
Public propertySetDataTransformation
Gets or sets a transformation function which is called when the data is saved to the external storage. Can be used for example to add default directives to layout code.
Public propertyStoragePath
Gets or sets the callback function which returns base path of the object for given column name.
Public propertyStorageProvider
Storage provider to use. If not set, the default storage provider is used.
Public propertyStoreColumnInDatabase
Indicates whether to store data also in DB.
Public propertyStoreInExternalStorageSettingsKey
Gets or sets the name of the settings key which indicates whether to store column in external storage or not.
Top
Methods
  NameDescription
Public methodStoreInDatabase
Returns true if the column should be stored in database
Public methodStoreInExternalStorage
Returns true if the column should be stored in external storage
Top
See Also