Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryOverviewViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.ViewModels.Dictionary
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class DictionaryOverviewViewModel

    Constructors

    View Source

    DictionaryOverviewViewModel()

    Initializes a new instance of the class.

    Declaration
    public DictionaryOverviewViewModel()

    Properties

    View Source

    Key

    Gets or sets the key.

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Level

    Gets or sets the level.

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Gets or sets the key.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Translations

    Sets the translations.

    Declaration
    public List<DictionaryTranslationOverviewViewModel> Translations { get; }
    Property Value
    Type Description
    List<DictionaryTranslationOverviewViewModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryOverviewViewModel()
    • Properties
      • Key
      • Level
      • Name
      • Translations
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX