xInfo.findNode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified a tree node.
public:
virtual Dynamics::AX::Application::TreeNode ^ findNode(System::String ^ _nodePath);
public virtual Dynamics.AX.Application.TreeNode findNode (string _nodePath);
abstract member findNode : string -> Dynamics.AX.Application.TreeNode
override this.findNode : string -> Dynamics.AX.Application.TreeNode
Public Overridable Function findNode (_nodePath As String) As TreeNode
Parameters
- _nodePath
- String
A string that contains the path to the node.
Returns
Returns the tree node that is specified by the nodePath parameter.
Remarks
This method is obsolete. Use the TreeNode::findNode Method instead.