Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryTranslationDisplay

    The dictionary translation display model

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

    Properties

    View Source

    DisplayName

    Gets or sets the display name.

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

    Id

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

    Key

    Declaration
    [DataMember(Name = "key")]
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisplayName
      • Id
      • Key
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX