You are here: C++ API > Classes > dtsSearchFilter Class > dtsSearchFilter::selectItems Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsSearchFilter::selectItems Method
Syntax
C++
void selectItems(int iIndex, unsigned long firstId, unsigned long lastId, int fSelected);
Parameters
Description
int iIndex
The index containing these documents (identifier returned by addIndex)
unsigned long firstId
First document to select
unsigned long lastId
Last document to select
int fSelected
Indicates whether the listed documents should be selected or not

Set the selection state of a range of document ids to the value indicated by fSelected.