WebCenter Interaction API  
 

IPTSearchResponse.GetTotalResultsInGroup Method 

Returns the total number of results in the indicated group, or an estimate in some cases. Estimates are indicated by "~", for example, "~ 1000". This is the total over the entire result set, not the number available for display.

string GetTotalResultsInGroup(
   int nGroupIndex
);

Parameters

nGroupIndex
Desired group, from 0 to (GetNumGroups()-1).

Return Value

total number of results in group, in a printable String form

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace