IEnterpriseServiceGetDashboardObjects Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax DataSet GetDashboardObjects(
string UserID,
string Password,
string SecurityCode,
int ContentType
)
Function GetDashboardObjects (
UserID As String,
Password As String,
SecurityCode As String,
ContentType As Integer
) As DataSet
DataSet^ GetDashboardObjects(
String^ UserID,
String^ Password,
String^ SecurityCode,
int ContentType
)
function GetDashboardObjects(UserID, Password, SecurityCode, ContentType);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
- ContentType
- Type: SystemInt32
Return Value
Type:
DataSetSee Also