See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchReportJob::SelectItems Method

Select a range of items in the SearchResults.

C#
public SelectItems(long iFirstItem, long iLastItem);
Visual Basic
Public Sub SelectItems(iFirstItem As long, iLastItem As long)
Remarks

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

See Also
You are here: dtSearch::Engine Namespace > SearchReportJob Class > SearchReportJob Methods > SelectItems Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.