GetNode(String) Method
Returns the specified node in this tree using the full path to the tree item.

C# Syntax

Parameters

nodePath
The full path of the node to return within the tree, separated by semicolons.

Return Value

An ITreeViewNode object corresponding to the given path.