FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getDashboardsByType Method

Gets the type of the dashboard by.

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

Syntax


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

Parameters

oDashboardType
Type: FlowWright.cDevDeAPI..::..dashboardType
Type of the o dashboard.
showOnlyDisplay
Type: Boolean
showOnlyDisplay.

Return Value

Dictionary<System.String, deDashboard>.