FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..isDefault Method

Determines whether the specified dashobard identifier is default.

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

Syntax


public bool isDefault(
	string dashobardID
)
Public Function isDefault ( _
	dashobardID As String _
) As Boolean
public:
bool^ isDefault(
	String^ dashobardID
)

Parameters

dashobardID
Type: String
The dashobard identifier.

Return Value

true if the specified dashobard identifier is default; otherwise, false.