FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..makeDashboardDefault Method

Makes the dashboard default.

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

Syntax


public bool makeDashboardDefault(
	string dashboardID,
	bool IsDefault
)
Public Function makeDashboardDefault ( _
	dashboardID As String, _
	IsDefault As Boolean _
) As Boolean
public:
bool^ makeDashboardDefault(
	String^ dashboardID, 
	bool^ IsDefault
)

Parameters

dashboardID
Type: String
The dashboard identifier.
IsDefault
Type: Boolean
The dashboard identifier.

Return Value

true if XXXX, false otherwise.