CollectionPropertyTransformationResultType Constructor |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public CollectionPropertyTransformation(
IInfoObjectCollection collection,
Func<IInfoObjectCollection, string, ResultType> transformation,
Func<IInfoObjectCollection, List<string>> propertiesTransformation
)
Parameters
- collection
- Type: CMS.DataEngineIInfoObjectCollection
Parent collection - transformation
- Type: SystemFuncIInfoObjectCollection, String, ResultType
Transformation function - propertiesTransformation
- Type: SystemFuncIInfoObjectCollection, ListString
Transformation to get list of properties
See Also