Plumtree Portal UI  
 

GatewayHelpers.ConstructAdminPrefsLink Method (AActivitySpace, Boolean)

This function returns absolute URL to the admin prefs page.

public static string ConstructAdminPrefsLink(
   AActivitySpace asOwner,
   bool bPopup
);

Parameters

asOwner
bPopup
- boolean flag to indicate if the admin 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.ConstructAdminPrefsLink Overload List