This documentation is archived and is not being maintained.

Node::FindNodeInSubTree Method (String)

Gets the node in the subtree of this node based on the specified path.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
Node^ FindNodeInSubTree(
	String^ path
)

Parameters

path
Type: System::String

The path of the desired node.

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Node
The node that has the specified path, if it exists; otherwise, null.

Show: