| 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
)
<RouteAttribute("Widget/{widgetId:int}/Data/{*path}")>
Public Function GetData (
areaName As String,
widgetId As Integer,
path As String
) As ActionResult
Parameters
- areaName
- Type: SystemString
- widgetId
- Type: SystemInt32
- path
- Type: SystemString
Return Value
Type:
ActionResultSee Also