Click or drag to resize
InfoObjectCollectionGetFieldsAsObjects Method (String, 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#
protected InfoObjectCollection GetFieldsAsObjects(
	string propertyName,
	string objectType
)

Parameters

propertyName
Type: SystemString
Property name
objectType
Type: SystemString
Object type of the target objects

Return Value

Type: InfoObjectCollection
See Also