AttachmentItemMoveTo Method |
Moves the uploaded file to a new location.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic void MoveTo(
string newpath
)
Public Sub MoveTo (
newpath As String
)
Parameters
- newpath
- Type: SystemString
The location where he uploaded file is saved.
See Also