You are here: C++ API > Classes > dtsSearchFilter Class > dtsSearchFilter::read Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsSearchFilter::read Method
Syntax
C++
int read(const char * name);
Parameters
Description
const char * name
File to read the filter from

0 on success, or non-zero if an error occurred.

Read the search filter from a disk file. Any existing data in the search filter is replaced by the data read from the file.