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

FTPConnectionOnDeleting Method

Called when a file is about to be deleted.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected bool OnDeleting(
	string remoteFile,
	out DateTime remoteModTime
)

Parameters

remoteFile  String
File to delete.
remoteModTime  DateTime
 

Return Value

Boolean
true if the operation is to continue.

See Also