| 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
)
<RouteAttribute("MoveParagraphsToPage")>
Public Function MoveParagraphsToPage (
area As Integer,
moveId As String
) As ActionResult
Parameters
- area
- Type: SystemInt32
The area. - moveId
- Type: SystemString
The move identifier.
Return Value
Type:
ActionResultSee Also