| 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
)
<HttpGetAttribute>
<RouteAttribute("Configure/{widgetId:int}/{*path}")>
Public Function ConfigureWidget (
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