Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
SearchReportJob::SelectItems Method

Select a range of items in the SearchResults.

public void SelectItems( long iFirstItem, long iLastItem );

iFirstItem and iLastItem are 0-based indexes into the SearchResults list, so the range of permissible values is 0 to Count-1.