FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createDashboard Method

Creates the dashboard.

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

Syntax


public deDashboard createDashboard(
	string dashboardName,
	dashboardType oDashboardType,
	bool isDefault,
	int orderNumber,
	bool display,
	ref string dashobardID
)
Public Function createDashboard ( _
	dashboardName As String, _
	oDashboardType As dashboardType, _
	isDefault As Boolean, _
	orderNumber As Integer, _
	display As Boolean, _
	ByRef dashobardID As String _
) As deDashboard
public:
deDashboard^ createDashboard(
	String^ dashboardName, 
	dashboardType^ oDashboardType, 
	bool^ isDefault, 
	int^ orderNumber, 
	bool^ display, 
	String^% dashobardID
)

Parameters

dashboardName
Type: String
Name of the dashboard.
oDashboardType
Type: FlowWright.cDevDeAPI..::..dashboardType
Type of the o dashboard.
isDefault
Type: Boolean
if set to true [is default].
orderNumber
Type: Int32
if set to true [is default].
display
Type: Boolean
if set to true [is default].
dashobardID
Type: String%
The dashobard identifier.

Return Value

deDashboard.