xInfo.findNode Method [AX 2012]

Retrieves the specified a tree node.

public TreeNode findNode(str nodePath)

Run On

Called

Parameters

nodePath
Type: str
A string that contains the path to the node.

Return Value

Type: TreeNode Class
Returns the tree node that is specified by the nodePath parameter.

This method is obsolete. Use the TreeNode::findNode Method instead.

Community Additions

ADD
Show: