edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when a file is about to be deleted.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
protected bool OnDeleting(
	string remoteFile,
	out DateTime remoteModTime
)
Visual Basic
Protected Function OnDeleting ( _
	remoteFile As String, _
	<OutAttribute> ByRef remoteModTime As DateTime _
) As Boolean
Visual C++
protected:
bool OnDeleting(
	String^ remoteFile, 
	[OutAttribute] DateTime% remoteModTime
)

Parameters

remoteFile
Type: System..::..String
File to delete.
remoteModTime
Type: System..::..DateTime%

Return Value

true if the operation is to continue.

See Also