Click or drag to resize

ContentDialogControllerSelectParagraph Method (SelectParagraphDialogModel)

Selects the paragraph.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[HttpPostAttribute]
[RouteAttribute("SelectParagraph")]
public ActionResult SelectParagraph(
	SelectParagraphDialogModel model
)

Parameters

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

Return Value

Type: ActionResult
See Also