Plumtree Portal UI  
 

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

This function returns absolute URL to the community prefs page.

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

Parameters

asOwner
iPortletID
- ID of the portlet for which the gadget community preferences are set
iCommunityID
- ID of the community for which the gadget community preferences are set
iPageID
- ID of the community page which the gadget community 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.ConstructCommunityPrefsLink Overload List