Plumtree Portal UI  
 

GatewayHelpers.ConstructPortletUserCommunityPrefsLink Method 

This function returns absolute URL to the community user prefs page.

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

Parameters

asOwner
iPortletID
- ID of the portlet for which the gadget community user preferences are set
iCommunityID
- ID of the community for which the gadget community user preferences are set
bPopup
- boolean flag to indicate if the prefs 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