| FtpConfigurationListTrimStart Property |
Gets or sets the value indicating if file names are trimmed.
Default is false.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public 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
Type:
BooleanSee Also