edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Indicates whether or not the renaming operation has been completed successfully.

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

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