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

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

Property Value

Type: FuncInfoType, Object, Boolean, Object
See Also