Plumtree Portal UI  
 

ISearchResultModel.Search Method

Initialize the model by running the provided query with the provided settings.

Overload List

Initialize the model by running the provided query with the provided settings.

void Search(string,string,IPTFilter,SearchSettingCollection);

Initialize the model by running the provided query with the provided settings (allSettings). removableSettings, if non-null, are those settings that may be removed on a followup search.

void Search(string,string,IPTFilter,SearchSettingCollection,SearchSettingCollection);

See Also

ISearchResultModel Interface | com.plumtree.portaluiinfrastructure.search Namespace