Click or drag to resize

IDashboardLoad Method

Loads the widgets to the Dashboard.

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
void Load(
	string path,
	bool fetchWidgets,
	IDictionary<string, string> requestParameters
)

Parameters

path
Type: SystemString
The request path
fetchWidgets
Type: SystemBoolean
Set to
true
when Fetch(IDashboard, String) method require to call
requestParameters
Type: System.Collections.GenericIDictionaryString, String
All request parameters
See Also