Click or drag to resize

ContentDialogControllerCopyParagraphsToPage Method (InsertParagraphsToPageDialogModel)

Copies 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("CopyParagraphsToPage")]
public ActionResult CopyParagraphsToPage(
	InsertParagraphsToPageDialogModel model
)

Parameters

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

Return Value

Type: ActionResult
See Also