An NDoc Documented Class Library

FTPConnection.OnDeleting Method 

Called when a file is about to be deleted.

protected bool OnDeleting(
   string remoteFile
);

Parameters

remoteFile
File to delete.

Return Value

false if the deletion should proceed; true otherwise.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace