Click or drag to resize

ContentDialogControllerMovePage Method (Int32, Int32, String, String, String, String)

Moves the page.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[RouteAttribute("MovePage")]
public ActionResult MovePage(
	int pageId,
	int step = 0,
	string selected = null,
	string selectedName = null,
	string pageNewState = null,
	string selectedAreaId = null
)

Parameters

pageId
Type: SystemInt32
The page identifier.
step (Optional)
Type: SystemInt32
The step.
selected (Optional)
Type: SystemString
The selected.
selectedName (Optional)
Type: SystemString
Name of the selected.
pageNewState (Optional)
Type: SystemString
New state of the page.
selectedAreaId (Optional)
Type: SystemString
The selected area identifier.

Return Value

Type: ActionResult
See Also