BuildMenuPath Method (IMenu)
Returns the path constructed from the path parts.

C# Syntax

string BuildMenuPath( 
   params object[] menuPathParts
)

Parameters

menuPathParts
The menu path parts can be: logical name(string), full path(comma-separated strings), or index(1-based).