Plumtree Portal UI  
 

SearchResultModel.GetGroupsForAncestorKey Method 

Special-case method for use only by DrilldownView. Not exposed through ISearchResultModelRO interface. Returns the set of groups that was generated for some ancestor of the drilled-down response currently being shown. This is used to generate a view that lets the user jump to a sibling of the current response. For example, if the user has drilled down into the "Documents" category, such a view might let the user jump over to the (sibling) "Portlets" category. For now, this method only works if the requested ancestor was grouped by object type.

public virtual XPHashtable GetGroupsForAncestorKey(
   string ancestorKey
);

See Also

SearchResultModel Class | com.plumtree.portaluiinfrastructure.search Namespace