Uiinfrastructure API Docs  
 

LeftNavMenu.StartNewSubMenu Method 

Creates a new sub menu, adds it to the array of menus and returns the ID of that new sub menu. The ID is the position of the sub menu in the array.

public virtual int StartNewSubMenu(
   string _sSubMenuTitle
);

Parameters

_sSubMenuTitle

Return Value

int

See Also

LeftNavMenu Class | com.plumtree.uiinfrastructure.editor Namespace