| LocalSearchOptionsRecursive Property |
Specifies if search should include sub folders. Default is .
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool Recursive { get; set; }
Public Property Recursive As Boolean
Get
Set
public:
property bool Recursive {
bool get ();
void set (bool value);
}
member Recursive : bool with get, set
Property Value
Type:
BooleanSee Also