An NDoc Documented Class Library

FTPConnection.OnDeletingDirectory Method 

Called when a directory is about to be deleted.

protected virtual bool OnDeletingDirectory(
   string dir
);

Parameters

dir
Directory name

Return Value

true if the operation is to continue.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace