Click or drag to resize
InfoObjectCollectionTInfoGetFieldsAsObjects 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: 10.0.0
Syntax
C#
public IInfoObjectCollection GetFieldsAsObjects(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: IInfoObjectCollection

Implements

IInfoObjectCollectionGetFieldsAsObjects(String)
See Also