Called when a directory has been deleted.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
protected virtual void OnDeletedDirectory( string dir, bool cancelled, Exception ex ) |
Visual Basic |
---|
Protected Overridable Sub OnDeletedDirectory ( _ dir As String, _ cancelled As Boolean, _ ex As Exception _ ) |
Visual C++ |
---|
protected: virtual void OnDeletedDirectory( String^ dir, bool cancelled, Exception^ ex ) |
Parameters
- dir
- Type: System..::..String
Directory name
- cancelled
- Type: System..::..Boolean
true if the operation was cancelled (and the file was not deleted).
- ex
- Type: System..::..Exception
Exception thrown (if failed)