• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryDisplay

    The dictionary display model

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

    Constructors

    View Source

    DictionaryDisplay()

    Initializes a new instance of the DictionaryDisplay class.

    Declaration
    public DictionaryDisplay()

    Properties

    View Source

    ContentApps

    Apps for the dictionary item

    Declaration
    [DataMember(Name = "apps")]
    public List<ContentApp> ContentApps { get; }
    Property Value
    Type Description
    List<ContentApp>
    View Source

    Notifications

    This is used to add custom localized messages/strings to the response for the app to use for localized UI purposes.

    Declaration
    [DataMember(Name = "notifications")]
    public List<BackOfficeNotification> Notifications { get; }
    Property Value
    Type Description
    List<BackOfficeNotification>
    View Source

    ParentId

    Gets or sets the parent id.

    Declaration
    [DataMember(Name = "parentId")]
    public Guid ParentId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Translations

    Gets the translations.

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