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
string Alias { get; }
Property Value
Type | Description |
---|---|
System. |
View
Gets the view used to render the dashboard.
Declaration
string View { get; }
Property Value
Type | Description |
---|---|
System. |