Uiinfrastructure API Docs  
 

LeftNavMenu.HideLink Method (Boolean, String)

Will display or hide the link identified by the Display Page name in argument. If multiple instances of that DP are found, they will all be changed.

public virtual void HideLink(
   bool _bHide,
   string _sDPName
);

Parameters

_bHide
true to hide it, false to not hide it
_sDPName
Name of the Display Page to hide

See Also

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