FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasDashboardWidget Method

hasWidget.

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

Syntax


public bool hasDashboardWidget(
	string widgetName,
	ref string m_sError,
	string widgetID
)
Public Function hasDashboardWidget ( _
	widgetName As String, _
	ByRef m_sError As String, _
	widgetID As String _
) As Boolean
public:
bool^ hasDashboardWidget(
	String^ widgetName, 
	String^% m_sError, 
	String^ widgetID
)

Parameters

widgetName
Type: String
Name of the widget.
m_sError
Type: String%
The m s error.
widgetID
Type: String
The widget identifier.

Return Value

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