FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getDashboards Method

Gets the dashboards.

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

Syntax


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

Parameters

sUser
Type: String
id of the s user.
showOnlyDisplay
Type: Boolean
showOnlyDisplay.

Return Value

Dictionary<System.String, deDashboard>.