Interface IDashboardSlim
Represents a dashboard with only minimal data.
Namespace: Umbraco.Cms.Core.Dashboards
Assembly: Umbraco.Core.dll
Syntax
public interface IDashboardSlim
Properties
View SourceAlias
Gets the alias of the dashboard.
Declaration
[DataMember(Name = "alias")]
string Alias { get; }
Property Value
Type | Description |
---|---|
System.String |
View
Gets the view used to render the dashboard.
Declaration
[DataMember(Name = "view")]
string View { get; }
Property Value
Type | Description |
---|---|
System.String |