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

FTPConnectionOnRenaming Method

Called when a file is about to be renamed.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual bool OnRenaming(
	string from,
	string to
)

Parameters

from  String
Current name.
to  String
New name.

Return Value

Boolean
true if the operation is to continue.

See Also