edtFTPnet/Free - Open-source FTP component for .NET | Download
Called when a file is about to be deleted.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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