Copys the uploaded file to a new location.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public void CopyTo(
	string newpath
)
Visual Basic
Public Sub CopyTo ( _
	newpath As String _
)
Visual C++
public:
void CopyTo(
	String^ newpath
)

Parameters

newpath
Type: System..::..String
The location where he uploaded file is saved.

See Also