IEnterpriseServiceOpenDashboard Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax byte[] OpenDashboard(
string DashboardFile,
string UserID,
string Password,
string SecurityCode
)
Function OpenDashboard (
DashboardFile As String,
UserID As String,
Password As String,
SecurityCode As String
) As Byte()
array<unsigned char>^ OpenDashboard(
String^ DashboardFile,
String^ UserID,
String^ Password,
String^ SecurityCode
)
function OpenDashboard(DashboardFile, UserID, Password, SecurityCode);
Parameters
- DashboardFile
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
Return Value
Type:
ByteSee Also