Plumtree PEIs  
 

IMyPortalPageActions.OnAfterAddMyPortalPage Method 

This function will perform some functionality after a new MyPage has been created.

void OnAfterAddMyPortalPage(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   string _strPageName,
   int _nPageTypeID
);

Parameters

_asCurrentSpace
- Provides access to the current MVC classes as well as the Application and the HTTP Session
_ptUserSession
- Plumtree session object for the current user
_strPageName
- Name of the new MyPage
_nPageTypeID
- Type of the new MyPage

See Also

IMyPortalPageActions Interface | com.plumtree.portalpages.pei Namespace