edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionOnDeletedDirectory Method

Called when a directory has been deleted.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual void OnDeletedDirectory(
	string dir,
	bool cancelled,
	Exception ex
)

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)

See Also