Plumtree Portal UI  
 

SearchResultModel.GetLastDrilldownGroup Method 

Special-case method for use only by DrilldownView. Not exposed through ISearchResultModelRO interface. Returns the ID of the last group we drilled down into. For example, if the initial search was grouped by Object Type, and the user selected Portlets (group 3) and drilled down, this would return "3".

public virtual string GetLastDrilldownGroup();

See Also

SearchResultModel Class | com.plumtree.portaluiinfrastructure.search Namespace