edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPCancelableEventArgsSucceeded Property

Indicates whether or not the transfer succeeded.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool Succeeded { get; }

Property Value

Boolean

Remarks

This property maybe used in event-handlers for Downloaded and Uploaded to determine whether or not the transfer succeeded. The Exception property may be used to determine the nature of the error if this property indicates that the transfer failed.

See Also