Plumtree PEIs  
 

IMyPortalPageActions Methods

The methods of the IMyPortalPageActions interface are listed below. For a complete list of IMyPortalPageActions interface members, see the IMyPortalPageActions Members topic.

Public Instance Methods

iconOnAfterAddMyPortalPage This function will perform some functionality after a new MyPage has been created.
iconOnAfterEditMyPortalPage This function will perform some functionality after a MyPage has been edited.
iconOnAfterRemoveMyPortalPage This function will perform some functionality after a user has deleted a page.
iconOnBeforeAddMyPortalPage This function will perform some validation based on the page name and page type when a user tries to add a new page to their available listing of pages.

NOTE: The int item of the MyPortalPageArguments needs to be a valid PageTypeConstant or there will be errors when processed.

NOTE: The String item of the MyPortalPageArguments needs to be non-null and with a length greater than 0 but less than or equal to 20. Otherwise the original _strPageName will superscede this value.
iconOnBeforeEditMyPortalPage This function will perform some validation based on the page name and page type when a user tries to edit a page.

NOTE: The int item of the MyPortalPageArguments needs to be a valid PageTypeConstant or there will be errors when processed.

NOTE: The String item of the MyPortalPageArguments needs to be non-null and with a length greater than 0 but less than or equal to 20. Otherwise the original _strPageName will superscede this value.
iconOnBeforeRemoveMyPortalPage This function will perform some functionality when a user tries to remove a page from their available listing of pages.

See Also

IMyPortalPageActions Interface | com.plumtree.portalpages.pei Namespace