  | ListWidgetFetch Method  | 
 
            Fetches widget  with data
            
 
    Namespace: 
   Dynamicweb.Dashboards.Widgets
    Assembly:
   Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntaxpublic override void Fetch(
	IDashboard dashboard,
	string path
)
Public Overrides Sub Fetch ( 
	dashboard As IDashboard,
	path As String
)
Parameters
- dashboard
 - Type: Dynamicweb.DashboardsIDashboard
The dashboard - path
 - Type: SystemString
The request path 
See Also