Uiinfrastructure API Docs  
 

LeftNavMenu.AddLinkToSubMenu Method (Int32, 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 _nSubMenuID,
   string _dpName
);

Parameters

_nSubMenuID
ID of the sub menu you want to add that link to
_dpName
name of the display page this link should go to

Return Value

int ID of the newly created link. You need that ID only if you want to set optional settings on the link.

See Also

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