Click or drag to resize

ShellListViewFilterRegularExpression Property

Define a regular expression to filter the files that will be enumerated.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public Regex FilterRegularExpression { get; set; }

Property Value

Type: Regex
The regular expression to filter enumerated files.
See Also