Click or drag to resize

DashboardControllerConfigureWidget Method (String, Int32, String, Object)

Namespace:  Dynamicweb.Management.Dashboards
Assembly:  Dynamicweb.Management.Dashboards (in Dynamicweb.Management.Dashboards.dll) Version: 3.2.2
Syntax
[HttpPostAttribute]
[RouteAttribute("Configure/{widgetId:int}/{*path}")]
public ActionResult ConfigureWidget(
	string areaName,
	int widgetId,
	string path,
	Object model
)

Parameters

areaName
Type: SystemString
widgetId
Type: SystemInt32
path
Type: SystemString
model
Type: SystemObject

Return Value

Type: ActionResult
See Also