Plumtree Portal UI  
 

IGroupedResultsViewHelper.DisplaySingleResult Method 

Returns the element (e.g. an HTMLTableRow) for a single search result. The "oddRow" argument helps in making tables where every other item is shaded, note that this is not the same as (resultNum % 2) for grouped results.

HTMLElement DisplaySingleResult(
   int resultNum,
   bool oddRow,
   int groupNum
);

See Also

IGroupedResultsViewHelper Interface | com.plumtree.portaluiinfrastructure.search Namespace