Click or drag to resize

DashboardControllerConfigureWidget Method (String, Int32, String)

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

Parameters

areaName
Type: SystemString
widgetId
Type: SystemInt32
path
Type: SystemString

Return Value

Type: ActionResult
See Also