Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryOverviewResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Dictionary
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DictionaryOverviewResponseModel

    Properties

    View Source

    Id

    Gets or sets the key.

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

    Name

    Gets or sets the key.

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

    Parent

    Gets or sets the parent.

    Declaration
    public ReferenceByIdModel Parent { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    View Source

    TranslatedIsoCodes

    Sets the translations.

    Declaration
    public IEnumerable<string> TranslatedIsoCodes { get; set; }
    Property Value
    Type Description
    IEnumerable<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Id
      • Name
      • Parent
      • TranslatedIsoCodes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX