Click or drag to resize

ContentDialogControllerCopyGridRowToPage Method (CopyGridRowToPageDialogModel)

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
[HttpPostAttribute]
[RouteAttribute("CopyGridRowToPage")]
public ActionResult CopyGridRowToPage(
	CopyGridRowToPageDialogModel model
)

Parameters

model
Type: Dynamicweb.Management.Content.Dialogs.ModelsCopyGridRowToPageDialogModel
The model.

Return Value

Type: ActionResult
See Also