Click or drag to resize
InfoObjectCollectionGetFieldsAsObjects Method (String)
Gets the collection of objects that are referenced by the given property

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public InfoObjectCollection GetFieldsAsObjects(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: InfoObjectCollection
See Also