Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryTranslationViewModel

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

    Properties

    View Source

    DisplayName

    Gets or sets the display name.

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

    Id

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

    IsoCode

    Gets or sets the ISO code.

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

    Key

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

    LanguageId

    Gets or sets the language id.

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

    Translation

    Gets or sets the translation.

    Declaration
    public string Translation { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisplayName
      • Id
      • IsoCode
      • Key
      • LanguageId
      • Translation
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX