Click or drag to resize

ContentDialogControllerMoveParagraphsToPage Method (InsertParagraphsToPageDialogModel)

Moves the paragraphs to page.

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

Parameters

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

Return Value

Type: ActionResult
See Also