IEnterpriseServiceReloadDashboardObject Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void ReloadDashboardObject(
string ID,
string UserID,
string Password,
string SecurityCode
)
Sub ReloadDashboardObject (
ID As String,
UserID As String,
Password As String,
SecurityCode As String
)
void ReloadDashboardObject(
String^ ID,
String^ UserID,
String^ Password,
String^ SecurityCode
)
function ReloadDashboardObject(ID, UserID, Password, SecurityCode);
Parameters
- ID
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
See Also