 | FtpConfigurationListTrimStart Property |
Gets or sets the value indicating if file names are trimmed.
Default is false.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool ListTrimStart { get; set; }Public Property ListTrimStart As Boolean
Get
Set
public:
property bool ListTrimStart {
bool get ();
void set (bool value);
}member ListTrimStart : bool with get, set
Property Value
Boolean
See Also