Plumtree PEIs  
 

IBannerSearchActions.GetCustomSettingsOnBeforeSearch Method 

This function allows for the modification of the settings used for banner 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 or override default settings

See Also

IBannerSearchActions Interface | com.plumtree.portalpages.pei Namespace