SearchOptionsRecursiveSearch Property |
Set this to true if the folder shall be searched recursively.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also