Click or drag to resize
ObjectReference Constructor
Creates a new ObjectReference instance, defining a reference from one object type to another.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ObjectReference(
	string dependencyColumn,
	string dependencyObjectType
)

Parameters

dependencyColumn
Type: SystemString
The name of the reference column that stores the IDs of the referenced objects
dependencyObjectType
Type: SystemString
The object type that is the target of the reference
See Also