| DashboardControllerAvailableWidgetsPicker Method (String, String, String) |
Namespace:
Dynamicweb.Management.Dashboards
Assembly:
Dynamicweb.Management.Dashboards (in Dynamicweb.Management.Dashboards.dll) Version: 3.2.2
Syntax [HttpPostAttribute]
[RouteAttribute("Available/Widgets/{*path}")]
public ActionResult AvailableWidgetsPicker(
string areaName,
string selectedWidgetType,
string path
)
<HttpPostAttribute>
<RouteAttribute("Available/Widgets/{*path}")>
Public Function AvailableWidgetsPicker (
areaName As String,
selectedWidgetType As String,
path As String
) As ActionResult
Parameters
- areaName
- Type: SystemString
- selectedWidgetType
- Type: SystemString
- path
- Type: SystemString
Return Value
Type:
ActionResultSee Also