WebCenter Interaction API  
 

IPTSearchResponse.GetReturnedResultsInGroup Method 

Returns the number of results in the group that are available for display. Will always be equal to or less than the value returned by GetReturnedResults().

int GetReturnedResultsInGroup(
   int nGroupIndex
);

Parameters

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

Return Value

number of returned results in the group

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace