ManagedDashboardUpdateDashboardObjectsAfterQueryRefresh Method |
|
DataPA OpenAnalytics API Reference
Updates all of the dashboard objects dependant on a specific query
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void UpdateDashboardObjectsAfterQueryRefresh(
string QueryID,
ref DPALogging DPALogging = null
)
Public Sub UpdateDashboardObjectsAfterQueryRefresh (
QueryID As String,
Optional ByRef DPALogging As DPALogging = Nothing
)
public:
virtual void UpdateDashboardObjectsAfterQueryRefresh(
String^ QueryID,
DPALogging^% DPALogging = nullptr
) sealed
function UpdateDashboardObjectsAfterQueryRefresh(QueryID, DPALogging);
Parameters
- QueryID
- Type: SystemString
The ID of the query - DPALogging (Optional)
- Type: DPALogging
Remarks See Also