Click or drag to resize
IInfoObjectCollectionGetItemsAsFields Method
Returns the updatable collection of fields of collection items

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
CollectionPropertyWrapper<BaseInfo> GetItemsAsFields(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the properties to extract

Return Value

Type: CollectionPropertyWrapperBaseInfo
See Also