C# Syntax
string BuildMenuPath( params object[] menuPathParts )
Parameters
- menuPathParts
- The menu path parts can be: logical name(string), full path(string), or numeric index(int). Index values are 1-based. For a full path, separate items with commas.