Click or drag to resize

DashboardControllerAvailableWidgetsPicker Method (String, String)

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

Parameters

areaName
Type: SystemString
path
Type: SystemString

Return Value

Type: ActionResult
See Also