Search Results for

    Show / Hide Table of Contents
    View Source

    Class ManifestDashboard

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Manifest
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class ManifestDashboard : IDashboard, IDashboardSlim

    Properties

    View Source

    AccessRules

    Declaration
    [DataMember(Name = "access")]
    public IAccessRule[] AccessRules { get; set; }
    Property Value
    Type Description
    IAccessRule[]
    View Source

    Alias

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

    Sections

    Declaration
    [DataMember(Name = "sections")]
    public string[] Sections { get; set; }
    Property Value
    Type Description
    System.String[]
    View Source

    View

    Declaration
    [DataMember(Name = "view", IsRequired = true)]
    public string View { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Weight

    Declaration
    [DataMember(Name = "weight")]
    public int Weight { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AccessRules
      • Alias
      • Sections
      • View
      • Weight
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX