| DashboardNavigator Constructor |
Namespace:
Dynamicweb.Management.Dashboards
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax public DashboardNavigator(
string areaName,
bool encodePathAsNodeId,
bool decodeNodeIdAsPath
)
Public Sub New (
areaName As String,
encodePathAsNodeId As Boolean,
decodeNodeIdAsPath As Boolean
)
Parameters
- areaName
- Type: SystemString
- encodePathAsNodeId
- Type: SystemBoolean
- decodeNodeIdAsPath
- Type: SystemBoolean
See Also