MoveTo Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PersistedFile..::..MoveTo Method |
| PersistedFile Class See Also Send Feedback |
Moves the uploaded file to a new location.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void MoveTo( string newpath ) |
| Visual Basic |
|---|
Public Sub MoveTo ( _ newpath As String _ ) |
| Visual C++ |
|---|
public: void MoveTo( String^ newpath ) |
Parameters
- newpath
- Type: System..::..String
The location where he uploaded file is saved.