SearchOptions Class |
Namespace: Jam.Shell
The SearchOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchOptions |
Instantiates a SearchOptions object
|
![]() | SearchOptions(SearchOptions) |
Copy constructor
|
Name | Description | |
---|---|---|
![]() | AccessInterval |
Set an interval for the last access time of files to be included in the result set.
|
![]() | CreationInterval |
Set an interval for the creation attribute of files to be included in the result set.
|
![]() | FilesOnly |
Set this to true if you want to only include files in your search.
|
![]() | Filter |
You can use a single pattern, e.g. '*.doc' or concatenate several patterns using semicolons to separate them, e.g. '*.exe;*.com'.
|
![]() | FilterIgnoreCase |
Per default this property is true, if the Filter property is set to
a wildcard, the files are filtered case-insensitive. If this property is false,
the files returned are case sensitive, e.g. setting Filter to "*.png" will not
return any files with extensions like ".PNG".
|
![]() | FilterList | Obsolete.
Get an array of the filter strings defined by setting the Filter property.
|
![]() | FilterRegex |
Set the FilterRegex property to match against a regular expression.
This property is also set if the Filter property is modified.
If null the filter matches against everything.
|
![]() | IncludeHidden |
If this is set to true, the search will include hidden files and folders
|
![]() | LastWriteInterval |
Set an interval for the last write access of files to be included in the result set.
|
![]() | MaxFileSize |
The maximum filesize for inclusion in the search result.
|
![]() | MinFileSize |
The minimum filesize for inclusion in the search result.
|
![]() | RecursiveSearch |
Set this to true if the folder shall be searched recursively.
|
![]() | RegexPattern |
Attribute to set the FilterRegex in property editor.
|
Name | Description | |
---|---|---|
![]() | Assign |
Assigns the SearchOptions from the object given as the "other" parameter.
|
![]() | FilterMatches |
Check whether the given object name matches the the filters set in the
Filter property.
|