This documentation is archived and is not being maintained.

Project::FindNodeInSubTree Method (String, Node::TreeType)

Gets a node in the subtree of this project 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, 
	Node::TreeType treeType
)

Parameters

path
Type: System::String

The path of the node to match.

treeType
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Node::TreeType

The type of the tree to traverse.

Return Value

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

Show: