Plumtree Portal UI  
 

StartSearchControl.GetCustomSearchSettings Method 

This is a "hook" that subclasses can override to add additional settings to a partcular class of search (such as banner search). It's an alternative to encoding the settings in every search form that initiates such a search. See portalui.browsing.search.results.BannerStartSearchControl for a usage example.

protected virtual SearchSettingCollection GetCustomSearchSettings();

See Also

StartSearchControl Class | com.plumtree.portaluiinfrastructure.search Namespace