FTPConnectionOnRenaming Method
Called when a file is about to be renamed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual bool OnRenaming(
string from,
string to
)
Protected Overridable Function OnRenaming (
from As String,
to As String
) As Boolean
protected:
virtual bool OnRenaming(
String^ from,
String^ to
)
abstract OnRenaming :
from : string *
to : string -> bool
override OnRenaming :
from : string *
to : string -> bool
- from String
- Current name.
- to String
- New name.
Booleantrue if the operation is to continue.