Called when a file is about to be renamed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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 ) |