Click or drag to resize
CollectionPropertyTransformationResultTypePropertiesTransformation Property
Transformation function for list of properties

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected Func<IInfoObjectCollection, List<string>> PropertiesTransformation { get; set; }

Property Value

Type: FuncIInfoObjectCollection, ListString
See Also