Click or drag to resize
ExternalColumnSettingsInfoTypeGetDataTransformation Property
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.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public Func<InfoType, Object, Object> GetDataTransformation { get; set; }

Property Value

Type: FuncInfoType, Object, Object
See Also