edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when a file is about to be renamed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
protected virtual bool OnRenaming(
	string from,
	string to
)
Visual Basic
Protected Overridable Function OnRenaming ( _
	from As String, _
	to As String _
) As Boolean
Visual C++
protected:
virtual bool OnRenaming(
	String^ from, 
	String^ to
)

Parameters

from
Type: System..::..String
Current name.
to
Type: System..::..String
New name.

Return Value

true if the operation is to continue.

See Also