Uiinfrastructure API Docs  
 

LeftNavMenu.AddLinkToSubMenu Method

Creates a new link and adds it to the sub menu identified by the ID passed in argument. That link is going to the DP passed in argument in the current AS.

Overload List

Creates a new link and adds it to the sub menu identified by the ID passed in argument. That link is going to the DP passed in argument in the current AS.

public virtual int AddLinkToSubMenu(int,string);

Creates a new link and adds it to the sub menu identified by the ID passed in argument. That link is going to the DP passed in argument in the current AS.

public virtual int AddLinkToSubMenu(int,string,bool);

See Also

LeftNavMenu Class | com.plumtree.uiinfrastructure.editor Namespace