DashboardQueryClearCachedSourceData Method |
|
DataPA OpenAnalytics API Reference
If the dashboard has been loaded without source data, will clear the stored data
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void ClearCachedSourceData()
Public Sub ClearCachedSourceData
public:
virtual void ClearCachedSourceData() sealed
function ClearCachedSourceData();
Remarks When a dashboard is opened without source data, the source data is cached to local temp files. This sub clears the source data from those local temp files
See Also