Plumtree Portal UI  
 

IntrinsicPortletPrefsUtils.GetPrefsURL Method 

Constructs URL for accessing portlet preferences activity space.

public static ASURL GetPrefsURL(
   IPTWebService _ptWebService,
   int _nPageID,
   int _nCommunityID,
   int _nPortletID,
   int _nAssociatedContentID,
   AActivitySpace asOwner
);

Parameters

_ptWebService
Web service object
_nPageID
Page ID
_nCommunityID
Community ID
_nPortletID
Portlet ID
_nAssociatedContentID
Associated content ID
asOwner
Activity space owner

Return Value

URL to preference page for intrinsic portlets

See Also

IntrinsicPortletPrefsUtils Class | com.plumtree.portaluiinfrastructure.intrinsicportlets.prefs Namespace