Click or drag to resize

ContentDialogControllerCopyParagraphsToPage Method (Int32, String, String, Boolean)

Copies the paragraphs to page.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[RouteAttribute("CopyParagraphsToPage")]
public ActionResult CopyParagraphsToPage(
	int area,
	string copyId,
	string pageId,
	bool isExperiment = false
)

Parameters

area
Type: SystemInt32
The area.
copyId
Type: SystemString
The copy identifier.
pageId
Type: SystemString
The page identifier.
isExperiment (Optional)
Type: SystemBoolean
if set to true [is experiment].

Return Value

Type: ActionResult
See Also