| DashboardPermissionControlled Constructor (String, String, String) |
Namespace:
Dynamicweb.Dashboards
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax public DashboardPermissionControlled(
string dashboardType,
string path,
string title
)
Public Sub New (
dashboardType As String,
path As String,
title As String
)
Parameters
- dashboardType
- Type: SystemString
- path
- Type: SystemString
- title
- Type: SystemString
See Also