Click or drag to resize

ThresholdCountWidgetGetCounterValue Method

Gets counter value

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
protected abstract double GetCounterValue(
	IDashboard dashboard,
	string path,
	out string formattedValue
)

Parameters

dashboard
Type: Dynamicweb.DashboardsIDashboard
The dashboard
path
Type: SystemString
The request path
formattedValue
Type: SystemString
When this method returns, contains the formated string value equivalent counted value

Return Value

Type: Double
See Also