TreeNodeGetReferencedObject Method |
Obtains the object to which the particular column refers.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected bool GetReferencedObject(
string columnName,
out Object value
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Result object
Return Value
Type:
BooleanReturns true if the operation was successful (the object was present)
See Also