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

FTPConnectionOnDeleted Method

Called when a file deletion operation has completed (though it may have been cancelled).

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual void OnDeleted(
	string remoteFile,
	bool cancelled,
	Exception ex,
	DateTime remoteModTime
)

Parameters

remoteFile  String
File deleted.
cancelled  Boolean
true if the operation was cancelled (and the file was not deleted).
ex  Exception
Exception thrown (if failed)
remoteModTime  DateTime
 

See Also