Plumtree Portal UI  
 

ISearchResultModel.Drilldown Method 

Drill down into the indicated category. Pass in the groupby field that was used to generate the set of categories you are using; the model should validate that it is using the right categories.

void Drilldown(
   string key,
   string groupByField,
   int category
);

See Also

ISearchResultModel Interface | com.plumtree.portaluiinfrastructure.search Namespace