FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getDashboardDataTable Method

get the getDashboardDataTable

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

Syntax


public DataTable getDashboardDataTable(
	string sUser,
	bool showOnlyDisplay
)
Public Function getDashboardDataTable ( _
	sUser As String, _
	showOnlyDisplay As Boolean _
) As DataTable
public:
DataTable^ getDashboardDataTable(
	String^ sUser, 
	bool^ showOnlyDisplay
)

Parameters

sUser
Type: String
The s user.
showOnlyDisplay
Type: Boolean
showOnlyDisplay.

Return Value

DataTable.