 | FtpConfigurationListSupportsParameter Property |
Gets or sets the value indicating if LIST command supports folder parameter.
If set to false
GetList(String) changes folder, instead of issuing 'LIST folder' command.
Default is true.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool ListSupportsParameter { get; set; }Public Property ListSupportsParameter As Boolean
Get
Set
public:
property bool ListSupportsParameter {
bool get ();
void set (bool value);
}member ListSupportsParameter : bool with get, set
Property Value
Boolean
See Also