Click or drag to resize

ContentDialogControllerMoveParagraphsToPage Method (Int32, String)

Moves the paragraphs to page.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[RouteAttribute("MoveParagraphsToPage")]
public ActionResult MoveParagraphsToPage(
	int area,
	string moveId
)

Parameters

area
Type: SystemInt32
The area.
moveId
Type: SystemString
The move identifier.

Return Value

Type: ActionResult
See Also