Click or drag to resize
CollectionPropertyWrapperObjectType Constructor
Constructor

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

Parameters

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