See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchJob::FoldersToSearch Data Member

In an unindexed search, the directories or files to search.

C#
public System::Collections::Specialized::StringCollection FoldersToSearch;
Visual Basic
Public FoldersToSearch As System::Collections::Specialized::StringCollection
Remarks

To specify a directory and its subdirectories, add <+> (less than, plus, greater than) following the directory name.  

To specify one or more files, add the filenames to the FoldersToSearch list. This is more efficient than specifying the folder name in FoldersToSearch and the filename in IncludeFilters, because it eliminates the need for a directory scan to locate the file.  

 

See Also
You are here: dtSearch::Engine Namespace > SearchJob Class > SearchJob Data Members > FoldersToSearch Data Member
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.