FTPDirectoryListEventArgsSucceeded Property
Indicates whether or not the transfer succeeded.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool Succeeded { get; }
Public ReadOnly Property Succeeded As Boolean
Get
public:
property bool Succeeded {
bool get ();
}
member Succeeded : bool with get
Property Value
Boolean
This property maybe used in event-handlers for
DirectoryListed
to determine whether or not the directory-listing
succeeded. The
Exception property may be used to determine the
nature of the error if this property indicates that the transfer failed.