| FileDialogControllerMoveFile Method (String) |
Moves the file.
Namespace:
Dynamicweb.Management.Files.Dialogs
Assembly:
Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax [RouteAttribute("MoveFile")]
public ActionResult MoveFile(
string file
)
<RouteAttribute("MoveFile")>
Public Function MoveFile (
file As String
) As ActionResult
Parameters
- file
- Type: SystemString
The file.
Return Value
Type:
ActionResultSee Also