Plumtree PEIs  
 

IMyPortalPageActions.OnAfterEditMyPortalPage Method 

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

void OnAfterEditMyPortalPage(
   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 MyPortal Page.
_nPageTypeID
- Page Type of the MyPortal page.

See Also

IMyPortalPageActions Interface | com.plumtree.portalpages.pei Namespace