An NDoc Documented Class Library

FTPConnection.OnDeleting Method 

Called when a file is about to be deleted.

protected bool OnDeleting(
   string remoteFile,
   out DateTime currentModTime
);

Parameters

remoteFile
File to delete.
currentModTime

Return Value

true if the operation is to continue.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace