Uiinfrastructure API Docs  
 

LeftNavMenu.HideSubMenu Method 

Will display or hide the sub menu identified by the ID in argument.

public virtual void HideSubMenu(
   bool _bHide,
   int _nSubMenuID
);

Parameters

_bHide
true to hide it, false to not hide it
_nSubMenuID
ID of the sub menu

See Also

LeftNavMenu Class | com.plumtree.uiinfrastructure.editor Namespace