SearchOptionsRecursiveSearch Property |
Set this to true if the folder shall be searched recursively.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool RecursiveSearch { get; set; }
Public Property RecursiveSearch As Boolean
Get
Set
public:
property bool RecursiveSearch {
bool get ();
void set (bool value);
}
member RecursiveSearch : bool with get, set
Property Value
Type:
BooleanSee Also