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

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

Parameters

obj
Type: CMS.DocumentEngine.TreeNode
Object

Return Value

Type: String
See Also