Search Results for

    Show / Hide Table of Contents
    View Source

    Class EditorNavigation

    A model representing the navigation ("apps") inside an editor in the back office

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "user", Namespace = "")]
    public class EditorNavigation

    Properties

    View Source

    Active

    Declaration
    [DataMember(Name = "active")]
    public bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Alias

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

    Icon

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

    Name

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

    View

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