| 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
)
<ObsoleteAttribute("Use void Load(string path, IDictionary<string, string> requestParameters) instead")>
Public Overridable Sub Load (
path As String,
fetchWidgets As Boolean,
requestParameters As IDictionary(Of String, String)
)
Parameters
- path
- Type: SystemString
The request path - fetchWidgets
- Type: SystemBoolean
Set to 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