Click or drag to resize
CollectionPropertyTransformation<ResultType>.PropertiesTransformation Property
Transformation function for list of properties

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

Property Value

Type: Func<InfoObjectCollection, List<String>>
See Also