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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public Func<InfoType, Object, bool, Object> SetDataTransformation { get; set; }
Property Value
Type:
FuncInfoType,
Object,
Boolean,
ObjectSee Also