Plumtree PEIs  
 

ISearchSettingActions.OnBeforeSaveSearch Method 

This function allows for some functionality to occur before the user has saved a search.

void OnBeforeSaveSearch(
   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.

See Also

ISearchSettingActions Interface | com.plumtree.portalpages.pei Namespace