SearchOptionsIncludeHidden Property |
If this is set to true, the search will include hidden files and folders
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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