Plumtree Portal UI  
 

GatewayHelpers.ConstructPortletPrefsLink Method (AActivitySpace, Int32, Int32, Boolean)

This function returns absolute URL to the gadget prefs page.

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

Parameters

asOwner
iPortletID
- ID of the portlet for which the gadget preferences are set
iPageID
- ID of the community page which the gadget preferences are set
bPopup
- boolean flag to indicate if the pref 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 | GatewayHelpers.ConstructPortletPrefsLink Overload List