| ContentDialogControllerCopyPage Method (Int32, Int32, String, String, String, String) |
Copies the page.
Namespace:
Dynamicweb.Management.Content.Dialogs
Assembly:
Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax [RouteAttribute("CopyPage")]
public ActionResult CopyPage(
int pageId,
int step = 0,
string selected = null,
string selectedName = null,
string pageNewState = null,
string selectedAreaId = null
)
<RouteAttribute("CopyPage")>
Public Function CopyPage (
pageId As Integer,
Optional step As Integer = 0,
Optional selected As String = Nothing,
Optional selectedName As String = Nothing,
Optional pageNewState As String = Nothing,
Optional selectedAreaId As String = Nothing
) As ActionResult
Parameters
- pageId
- Type: SystemInt32
The page identifier. - step (Optional)
- Type: SystemInt32
The step. - selected (Optional)
- Type: SystemString
The selected. - selectedName (Optional)
- Type: SystemString
Name of the selected. - pageNewState (Optional)
- Type: SystemString
New state of the page. - selectedAreaId (Optional)
- Type: SystemString
The selected area identifier.
Return Value
Type:
ActionResultSee Also