Plumtree Portal UI  
 

GatewayHelpers.ConstructHelpLink Method 

This function returns absolute URL to the help page.

public static string ConstructHelpLink(
   AActivitySpace asOwner,
   int iPortletID,
   int iCommunityID,
   int iPageID,
   bool bPopup
);

Parameters

asOwner
iPortletID
- ID of the portlet for which the help should be displayed
iCommunityID
- ID of the community for which the help should be displayed
iPageID
- ID of the community page which the help should be displayed
bPopup
- boolean flag to indicate if the help page will be displayed in a separate popup window or not. All this flag does is tells gateway to set Return-URI action to "close window".

See Also

GatewayHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace