FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasDashboard Method (String, String%, String)

hasDashboard.

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

Syntax


public bool hasDashboard(
	string dashboardName,
	ref string m_sError,
	string dashobardID
)
Public Function hasDashboard ( _
	dashboardName As String, _
	ByRef m_sError As String, _
	dashobardID As String _
) As Boolean
public:
bool^ hasDashboard(
	String^ dashboardName, 
	String^% m_sError, 
	String^ dashobardID
)

Parameters

dashboardName
Type: String
Name of the dashboard.
m_sError
Type: String%
The m s error.
dashobardID
Type: String
The dashobard identifier.

Return Value

true if the specified dashboard name has dashboard; otherwise, false.