IEnterpriseServiceGetDashboardObjects Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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