Class DashboardConfiguration
- Namespace
- Dynamicweb.Dashboard
- Assembly
- Dynamicweb.Core.dll
The class DashboardConfiguration provides change tracking for dashboard that needs to be persisted.
public class DashboardConfiguration : Entity<int>, IChangeTracking
- Inheritance
-
DashboardConfiguration
- Implements
- Inherited Members
Constructors
DashboardConfiguration()
Initializes a new instance from persistence with the given arguments
public DashboardConfiguration()
Properties
DashboardType
Gets dashboard type
public string DashboardType { get; set; }
Property Value
Path
Gets dashboard path
public string Path { get; set; }
Property Value
Title
Gets dashboard title
public string Title { get; set; }
Property Value
UserIds
Gets or sets collection of dashboard users and user groups
public IEnumerable<int> UserIds { get; set; }
Property Value
Widgets
Gets or sets collection of dashboard widgets
public IEnumerable<DashboardWidget> Widgets { get; set; }
Property Value
Methods
MarkAsNew()
Mark entry as new
public void MarkAsNew()