Click or drag to resize

FileDialogControllerOverwriteFile Method (String, String)

Moves and overwrites the file.

Namespace:  Dynamicweb.Management.Files.Dialogs
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
[RouteAttribute("OverwriteFile")]
public ActionResult OverwriteFile(
	string file,
	string selectedNode
)

Parameters

file
Type: SystemString
The file.
selectedNode
Type: SystemString
The destination.

Return Value

Type: ActionResult
See Also