BuildNodePath Method (ITreeView)
Returns the path of the specified node constructed from the parts of the path.

C# Syntax

string BuildNodePath( 
   params object[] pathParts
)

Parameters

pathParts
The parts of the path to the tree element. This can include the logical name(string), full path(comma-separated strings), or index (0-based).

Return Value

The path for the node.