FTPConnectionOnDeletedDirectory Method
Called when a directory has been deleted.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual void OnDeletedDirectory(
string dir,
bool cancelled,
Exception ex
)
Protected Overridable Sub OnDeletedDirectory (
dir As String,
cancelled As Boolean,
ex As Exception
)
protected:
virtual void OnDeletedDirectory(
String^ dir,
bool cancelled,
Exception^ ex
)
abstract OnDeletedDirectory :
dir : string *
cancelled : bool *
ex : Exception -> unit
override OnDeletedDirectory :
dir : string *
cancelled : bool *
ex : Exception -> unit
Parameters
- dir String
- Directory name
- cancelled Boolean
- true if the operation was cancelled (and the file was not deleted).
- ex Exception
- Exception thrown (if failed)