| ContentDialogControllerCopyGridRowToPage Method (Int32, Int32, String) |
Copies the grid row to a page.
Namespace:
Dynamicweb.Management.Content.Dialogs
Assembly:
Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax [RouteAttribute("CopyGridRowToPage")]
public ActionResult CopyGridRowToPage(
int area,
int copyId,
string pageId
)
<RouteAttribute("CopyGridRowToPage")>
Public Function CopyGridRowToPage (
area As Integer,
copyId As Integer,
pageId As String
) As ActionResult
Parameters
- area
- Type: SystemInt32
The area. - copyId
- Type: SystemInt32
The copy identifier. - pageId
- Type: SystemString
The page identifier.
Return Value
Type:
ActionResultSee Also