Click or drag to resize

DashboardBaseLoad Method (String, IDictionaryString, String)

Loads the widgets to the Dashboard from database.

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

Parameters

path
Type: SystemString
The request path
requestParameters
Type: System.Collections.GenericIDictionaryString, String
All request parameters
See Also