FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..validateDashboardWidget Method

validateWidget

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

Syntax


public bool validateDashboardWidget(
	string sNameSpace,
	string sDLLPath,
	string sWidgetName,
	ref string sMessage
)
Public Function validateDashboardWidget ( _
	sNameSpace As String, _
	sDLLPath As String, _
	sWidgetName As String, _
	ByRef sMessage As String _
) As Boolean
public:
bool^ validateDashboardWidget(
	String^ sNameSpace, 
	String^ sDLLPath, 
	String^ sWidgetName, 
	String^% sMessage
)

Parameters

sNameSpace
Type: String
The s name space.
sDLLPath
Type: String
The s DLL path.
sWidgetName
Type: String
Name of the s widget.
sMessage
Type: String%
The s message.

Return Value

true if XXXX, false otherwise.