get the getDashboardDataTable
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.