Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryOverviewDisplay

    The dictionary overview display.

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

    Constructors

    View Source

    DictionaryOverviewDisplay()

    Initializes a new instance of the DictionaryOverviewDisplay class.

    Declaration
    public DictionaryOverviewDisplay()

    Properties

    View Source

    Id

    Gets or sets the id.

    Declaration
    [DataMember(Name = "id")]
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Level

    Gets or sets the level.

    Declaration
    [DataMember(Name = "level")]
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Gets or sets the key.

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

    Translations

    Gets or sets the translations.

    Declaration
    [DataMember(Name = "translations")]
    public List<DictionaryOverviewTranslationDisplay> Translations { get; set; }
    Property Value
    Type Description
    List<DictionaryOverviewTranslationDisplay>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryOverviewDisplay()
    • Properties
      • Id
      • Level
      • Name
      • Translations
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX