Click or drag to resize
IInfoObjectCollectionGetFieldsAsObjects Method
Gets the collection of objects that are referenced by the given property

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
IInfoObjectCollection GetFieldsAsObjects(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: IInfoObjectCollection
See Also