Plumtree Portal UI  
 

SearchResultControl.ExecuteSearchControl Method 

Execute method that subclasses should implement; unlike Execute() it's allowed to throw a SearchExecutionException. The key argument indicates the page on which this control's URL was located; this lets us handle the case where the user hits BACK before clicking on something, and (for example) drills down into a different set of categories than the set being displayed on the current page.

protected abstract Redirect ExecuteSearchControl(
   XPHashtable args,
   string key
);

See Also

SearchResultControl Class | com.plumtree.portaluiinfrastructure.search Namespace