Click or drag to resize

DashboardNavigator Constructor

Initializes a new instance of the DashboardNavigator class

Namespace:  Dynamicweb.Management.Dashboards
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public DashboardNavigator(
	string areaName,
	bool encodePathAsNodeId,
	bool decodeNodeIdAsPath
)

Parameters

areaName
Type: SystemString
encodePathAsNodeId
Type: SystemBoolean
decodeNodeIdAsPath
Type: SystemBoolean
See Also