Click or drag to resize

ContentDialogControllerMovePage Method (InsertPageDialogModel)

Moves the page.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[HttpPostAttribute]
[RouteAttribute("MovePage")]
public ActionResult MovePage(
	InsertPageDialogModel model
)

Parameters

model
Type: Dynamicweb.Management.Content.Dialogs.ModelsInsertPageDialogModel
The model.

Return Value

Type: ActionResult
See Also