Specifies the mechanism by which the file system is searched.
| C# | Visual Basic |
public enum SearchModes
Public Enumeration SearchModes
| Member | Description |
|---|---|
| FileSystem |
Searches the file system directly. No content searching is available using this method.
|
| IndexingService |
Searches the file system using the Indexing Service. The correct catalog must be specified in the IndexingServiceCatalog property
|
| WindowsSearch |
Searches the file system using windows search
|