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

Parameters

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

Return Value

Type: IInfoObjectCollection
See Also