FtpWebRequest::RenameTo Property

 

Gets or sets the new name of a file being renamed.

Namespace:   System.Net
Assembly:  System (in System.dll)

public:
property String^ RenameTo {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The new name of the file being renamed.

Exception Condition
ArgumentException

The value specified for a set operation is null or an empty string.

InvalidOperationException

A new value was specified for this property for a request that is already in progress.

.NET Framework
Available since 2.0
Return to top
Show: