FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getAllDashboards Method

Gets all dashboards.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, deDashboard> getAllDashboards(
	bool showOnlyDisplay
)
Public Function getAllDashboards ( _
	showOnlyDisplay As Boolean _
) As Dictionary(Of String, deDashboard)
public:
Dictionary<String^, deDashboard^>^ getAllDashboards(
	bool^ showOnlyDisplay
)

Parameters

showOnlyDisplay
Type: Boolean
if set to true [show only display].

Return Value

Dictionary<System.String, deDashboard>.