IEnterpriseServiceShowHideDashboard Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax bool ShowHideDashboard(
string ID,
bool Hide,
string UserID,
string Password,
string SecurityCode,
ref string ErrorMessage
)
Function ShowHideDashboard (
ID As String,
Hide As Boolean,
UserID As String,
Password As String,
SecurityCode As String,
ByRef ErrorMessage As String
) As Boolean
bool ShowHideDashboard(
String^ ID,
bool Hide,
String^ UserID,
String^ Password,
String^ SecurityCode,
String^% ErrorMessage
)
function ShowHideDashboard(ID, Hide, UserID, Password, SecurityCode, ErrorMessage);
Parameters
- ID
- Type: SystemString
- Hide
- Type: SystemBoolean
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
- ErrorMessage
- Type: SystemString
Return Value
Type:
BooleanSee Also