WebCenter Interaction API  
 

IPTSearchResponse.GetResultsReturned Method 

Get the number of results returned. This is NOT the same as the total number of matches for the query (see GetTotalMatches() for that); this is the number of items for which complete information was returned. (If the UI says "Results 1-10 of 123", this method returns 10.)

int GetResultsReturned();

Return Value

number of returned results

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace