Click or drag to resize

DashboardWidgetFetch Method

Fetches widget data from storage

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public abstract void Fetch(
	IDashboard dashboard,
	string path
)

Parameters

dashboard
Type: Dynamicweb.DashboardsIDashboard
The dashboard
path
Type: SystemString
The request path
See Also