Click or drag to resize
CollectionPropertyWrapperObjectType Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public CollectionPropertyWrapper(
	IInfoObjectCollection<ObjectType> collection,
	string propertyName
)

Parameters

collection
Type: CMS.DataEngineIInfoObjectCollectionObjectType
Collection to wrap
propertyName
Type: SystemString
Property to extract
See Also