ObjectReference Constructor |
Creates a new ObjectReference instance, defining a reference from one object type to another.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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