Plumtree PEIs  
 

ISearchSettingActions.OnAfterModifyOrRemoveSavedSearch Method 

This functions allows for some functionality to occur after the user has successfully modified or deleted saved searches.

void OnAfterModifyOrRemoveSavedSearch(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   string[] _arrCurrentSavedSearches
);

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
_arrCurrentSavedSearches
- Array of current saved search names (after modifying and/or deleting them)

See Also

ISearchSettingActions Interface | com.plumtree.portalpages.pei Namespace