ManagedDashboardRefreshDataAndSave Method |
|
DataPA OpenAnalytics API Reference
Refreshes all the data in the dashboard and saves the resulting dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool RefreshDataAndSave(
ref string ErrorMessage
)
Public Function RefreshDataAndSave (
ByRef ErrorMessage As String
) As Boolean
public:
virtual bool RefreshDataAndSave(
String^% ErrorMessage
) sealed
function RefreshDataAndSave(ErrorMessage);
Parameters
- ErrorMessage
- Type: SystemString
Returns an error string if failed.
Return Value
Type:
BooleanTrue if all queries were refreshed and the dashboard was saved.
Remarks Function does not return until completed.
See Also