edtFTPnet/Free - Open-source FTP component for .NET | Download
Indicates whether or not the renaming operation has been completed successfully.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
[ObsoleteAttribute("Use Cancel")]
public bool RenameCompleted { get; }
Visual Basic
<ObsoleteAttribute("Use Cancel")> _
Public ReadOnly Property RenameCompleted As Boolean
	Get
Visual C++
[ObsoleteAttribute(L"Use Cancel")]
public:
property bool RenameCompleted {
	bool get ();
}

See Also