Plumtree PEIs  
 

ISearchSettingActions.OnBeforeRemoveSavedSearch Method 

This functions allows for some functionality to occur before the user has successfully deleted a saved search.

void OnBeforeRemoveSavedSearch(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   SavedSearchData _searchData
);

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
_searchData
- This is an instance of the SavedSearchData class, which provides access to the data associated with the saved search. Changes to the data are ignored.

See Also

ISearchSettingActions Interface | com.plumtree.portalpages.pei Namespace