Share via


SysTreeNode::getRootElementPath Method [AX 2012]

Gets the path of the root element of a tree node.

Syntax

client server public static TreeNodePath getRootElementPath(TreeNode _treeNode)

Run On

Called

Parameters

  • _treeNode
    Type: TreeNode Class
    The tree node of which to find the path of the root element.

Return Value

Type: TreeNodePath Extended Data Type
The path of the root element.

See Also

Reference

SysTreeNode Class