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