BuildNodePath Method (ITreeView)
Returns the path constructed from the specified path elements.

C# Syntax

string BuildNodePath( 
   params object[] nodePathParts
)

Parameters

nodePathParts
The node path elements can be: logical name (string), full path (string), or 1-based index (int).