Click or drag to resize

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
)

Parameters

area
Type: SystemInt32
The area.
copyId
Type: SystemInt32
The copy identifier.
pageId
Type: SystemString
The page identifier.

Return Value

Type: ActionResult
See Also