EnterpriseServiceClientOpenDashboard Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public byte[] OpenDashboard(
string DashboardFile,
string UserID,
string Password,
string SecurityCode
)
Public Function OpenDashboard (
DashboardFile As String,
UserID As String,
Password As String,
SecurityCode As String
) As Byte()
public:
virtual array<unsigned char>^ OpenDashboard(
String^ DashboardFile,
String^ UserID,
String^ Password,
String^ SecurityCode
) sealed
function OpenDashboard(DashboardFile, UserID, Password, SecurityCode);
Parameters
- DashboardFile
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
Return Value
Type:
ByteImplements
IEnterpriseServiceOpenDashboard(String, String, String, String)See Also