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

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

Parameters

propertyName
Type: SystemString
Name of the properties to extract

Return Value

Type: CollectionPropertyWrapperBaseInfo
See Also