Makes the dashboard default.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.