You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchJob Class > DSearchJob::SetSearchFlag Method
DSearchJob::SetSearchFlag Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
DSearchJob::SetSearchFlag Method

Set one of the SearchFlags values for this search.

Syntax
C++
void SetSearchFlag(long flag, int value);
Parameters
Description
long flag
The SearchFlags value indicating the flag to set.
int value
Non-zero or true to set the flag; zero or false to clear the flag.