CollectionPropertyWrapperObjectType Constructor |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public CollectionPropertyWrapper(
IInfoObjectCollection<ObjectType> collection,
string propertyName
)
Parameters
- collection
- Type: CMS.DataEngineIInfoObjectCollectionObjectType
Collection to wrap - propertyName
- Type: SystemString
Property to extract
See Also