Click or drag to resize
TreeNodeGetReferencedObject Method
Obtains the object to which the particular column refers.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected bool GetReferencedObject(
	string columnName,
	out Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Result object

Return Value

Type: Boolean
Returns true if the operation was successful (the object was present)
See Also