Share via


xInfo.findNode(String) Method

Definition

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.

Applies to