Uiinfrastructure API Docs  
 

LeftNavMenu.HideLink Method (Boolean, Int32, Int32)

Will display or hide the link identified by the ID in argument.

public virtual void HideLink(
   bool _bHide,
   int _nSubMenuID,
   int _nLinkID
);

Parameters

_bHide
true to hide it, false to not hide it
_nSubMenuID
ID of the sub menu containing the linkID of the link in that sub menu
_nLinkID

See Also

LeftNavMenu Class | com.plumtree.uiinfrastructure.editor Namespace | LeftNavMenu.HideLink Overload List