| FileDialogControllerRenameFile Method (FileDialogModel) |
Renames the file.
Namespace:
Dynamicweb.Management.Files.Dialogs
Assembly:
Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax [HttpPostAttribute]
[RouteAttribute("RenameFile")]
public ActionResult RenameFile(
FileDialogModel model
)
<HttpPostAttribute>
<RouteAttribute("RenameFile")>
Public Function RenameFile (
model As FileDialogModel
) As ActionResult
Parameters
- model
- Type: Dynamicweb.Management.Files.Dialogs.ModelsFileDialogModel
The model.
Return Value
Type:
ActionResultSee Also