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