LocalSearchOptions Properties |
The LocalSearchOptions type exposes the following members.
Name | Description | |
---|---|---|
FilePattern | Obsolete.
The search string to match against the names of files in path. Default is "*".
| |
FolderPattern | Obsolete.
The search string to match against the names of folder in path. Default is "*".
| |
IgnoreCase | Obsolete.
Specifies if FilePattern and FolderPattern is case sensitive or not.
| |
Recursive |
Specifies if search should include sub folders. Default is .
| |
UseRegex | Obsolete.
Specifies if FilePattern and FolderPattern use regex matching (e.g. @"^.*\.txt$) or file matching (e.g. "*.txt").
|