DataPA Enterprise Dashboard Controls API Reference
Updates all of the dashboard objects dependant on a specific query

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public void UpdateDashboardObjectsAfterQueryRefresh(
	string QueryID,
	ref DPALogging DPALogging = null
)
Visual Basic
Public Sub UpdateDashboardObjectsAfterQueryRefresh ( 
	QueryID As String,
	Optional ByRef DPALogging As DPALogging = Nothing
)
Visual C++
public:
virtual void UpdateDashboardObjectsAfterQueryRefresh(
	String^ QueryID, 
	DPALogging^% DPALogging = nullptr
) sealed

Parameters

QueryID
Type: System..::..String
The ID of the query
DPALogging (Optional)
Type: DPALogging%

Remarks