 | LocalSearchOptionsRecursive Property |
Specifies if search should include sub folders. Default is .
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
Boolean
See Also