Plumtree PEIs  
 

IMyPortalPageActions.OnAfterRemoveMyPortalPage Method 

This function will perform some functionality after a user has deleted a page.

void OnAfterRemoveMyPortalPage(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   int _nPageID
);

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
_nPageID
- ID of the MyPage that the user has removed.

See Also

IMyPortalPageActions Interface | com.plumtree.portalpages.pei Namespace