Click or drag to resize

LocalSearchOptions Properties

The LocalSearchOptions type exposes the following members.

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