You are here: C++ Support Classes > dtSearch Namespace > Classes > DIndexJob Class > DIndexJob::ToRemoveListName Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
DIndexJob::ToRemoveListName Data Member

Name of file containing a list of files to be removed from an index.

Syntax
C++
DStringProperty ToRemoveListName;

The file should be a plain text file, in UTF-8 or Unicode text format, with one filename per line. 

The includeFilters and excludeFilters will not apply to listed files. 

To remove documents from an index, create a plain text file containing a list of the documents to be removed, with the full path and filename for each listed, separated by newlines, and call SetActionRemoveListed(true).