Click or drag to resize

DashboardControllerGetData Method

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

Parameters

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

Return Value

Type: ActionResult
See Also