  | 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
Syntaxpublic virtual void Load(
	string path,
	IDictionary<string, string> requestParameters
)
Public Overridable Sub Load ( 
	path As String,
	requestParameters As IDictionary(Of String, String)
)
Parameters
- path
 - Type: SystemString
The request path - requestParameters
 - Type: System.Collections.GenericIDictionaryString, String
All request parameters 
See Also