Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDashboardSlim

    Represents a dashboard with only minimal data.

    Namespace: Umbraco.Cms.Core.Dashboards
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDashboardSlim

    Properties

    View Source

    Alias

    Gets the alias of the dashboard.

    Declaration
    [DataMember(Name = "alias")]
    string Alias { get; }
    Property Value
    Type Description
    System.String
    View Source

    View

    Gets the view used to render the dashboard.

    Declaration
    [DataMember(Name = "view")]
    string View { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • View
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX