Click or drag to resize

ShellBrowserBaseFilterFilesOnly Property

Gets or sets a value indicating whether the Filter property applies to files only, but all folders are listed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public bool FilterFilesOnly { get; set; }

Property Value

Type: Boolean
True if folders are not filtered by the Filter property. False if directories are matched against the filter too.
See Also