Interface IDashboard
- Namespace
- Dynamicweb.Dashboard
- Assembly
- Dynamicweb.Core.dll
The interface IDashboard defines dashboard model
- Extension Methods
Remarks
Used as main component for implementing a custom dashboard page embed to the application.
You may inherit your dashboard from simple Dashboard
Properties
Title
Gets or sets the Dashboard title
Property Value
Widgets
Gets or sets collection of widgets to show
Property Value
Methods
GetAllAvailableWidgets(string, IEnumerable<Type>)
Loads the widgets to the Dashboard.
Parameters
path
stringThe request path
allWidgets
IEnumerable<Type>