EnterpriseServiceClientGetDashboardObjects Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public DataSet GetDashboardObjects(
string UserID,
string Password,
string SecurityCode,
int ContentType
)
Public Function GetDashboardObjects (
UserID As String,
Password As String,
SecurityCode As String,
ContentType As Integer
) As DataSet
public:
virtual DataSet^ GetDashboardObjects(
String^ UserID,
String^ Password,
String^ SecurityCode,
int ContentType
) sealed
function GetDashboardObjects(UserID, Password, SecurityCode, ContentType);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
- ContentType
- Type: SystemInt32
Return Value
Type:
DataSetImplements
IEnterpriseServiceGetDashboardObjects(String, String, String, Int32)See Also