Click or drag to resize
CollectionPropertyTransformationResultType Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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