Click or drag to resize

FileDialogControllerMoveFolder Method (String)

Moves the folder.

Namespace:  Dynamicweb.Management.Files.Dialogs
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
[RouteAttribute("MoveFolder")]
public ActionResult MoveFolder(
	string folder
)

Parameters

folder
Type: SystemString
The folder.

Return Value

Type: ActionResult
See Also