Click or drag to resize
ManagedDashboardRefreshDataAndSave Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Refreshes all the data in the dashboard and saves the resulting dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool RefreshDataAndSave(
	ref string ErrorMessage
)

Parameters

ErrorMessage
Type: SystemString
Returns an error string if failed.

Return Value

Type: Boolean
True if all queries were refreshed and the dashboard was saved.
Remarks
Function does not return until completed.
See Also