Plumtree PEIs  
 

IAdvancedSearchActions.GetCustomSettingsOnBeforeSearch Method 

This function allows for the modification of the settings used for an advanced search. Implementers of this interface should modify the SearchSettingCollection object that is passed in to change the search that will be run.

SearchSettingCollection GetCustomSettingsOnBeforeSearch(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession
);

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

Return Value

SearchSettingCollection that will add to or override default settings

See Also

IAdvancedSearchActions Interface | com.plumtree.portalpages.pei Namespace