Click or drag to resize
TreeNodeCollectionGetObjectName Method (TreeNode)
Gets the unique object name from the given object.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override string GetObjectName(
	TreeNode obj
)

Parameters

obj
Type: CMS.DocumentEngineTreeNode
Object

Return Value

Type: String
See Also