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