| 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
)
<RouteAttribute("CopyParagraphsToPage")>
Public Function CopyParagraphsToPage (
area As Integer,
copyId As String,
pageId As String,
Optional isExperiment As Boolean = false
) As ActionResult
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:
ActionResultSee Also