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