EnterpriseServiceClientShowHideDashboard Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool ShowHideDashboard(
string ID,
bool Hide,
string UserID,
string Password,
string SecurityCode,
ref string ErrorMessage
)
Public Function ShowHideDashboard (
ID As String,
Hide As Boolean,
UserID As String,
Password As String,
SecurityCode As String,
ByRef ErrorMessage As String
) As Boolean
public:
virtual bool ShowHideDashboard(
String^ ID,
bool Hide,
String^ UserID,
String^ Password,
String^ SecurityCode,
String^% ErrorMessage
) sealed
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:
BooleanImplements
IEnterpriseServiceShowHideDashboard(String, Boolean, String, String, String, String)See Also