SearchOptionsIncludeHidden Property |
If this is set to true, the search will include hidden files and folders
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool IncludeHidden { get; set; }
Public Property IncludeHidden As Boolean
Get
Set
public:
property bool IncludeHidden {
bool get ();
void set (bool value);
}
member IncludeHidden : bool with get, set
Property Value
Type:
BooleanSee Also