Click or drag to resize

DashboardBaseLoad Method (String, Boolean, IDictionaryString, String)

Note: This API is now obsolete.

Loads the widgets to the Dashboard from database.

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[ObsoleteAttribute("Use void Load(string path, IDictionary<string, string> requestParameters) instead")]
public virtual 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

Implements

IDashboardLoad(String, Boolean, IDictionaryString, String)
See Also