Click or drag to resize

LocalSearchOptions Properties

The LocalSearchOptions type exposes the following members.

Properties
  NameDescription
Public propertyFilePattern Obsolete.
The search string to match against the names of files in path. Default is "*".
Public propertyFolderPattern Obsolete.
The search string to match against the names of folder in path. Default is "*".
Public propertyIgnoreCase Obsolete.
Specifies if FilePattern and FolderPattern is case sensitive or not.
Public propertyRecursive
Specifies if search should include sub folders. Default is .
Public propertyUseRegex Obsolete.
Specifies if FilePattern and FolderPattern use regex matching (e.g. @"^.*\.txt$) or file matching (e.g. "*.txt").
Top
See Also