Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryViewModel

    The dictionary display model

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

    Constructors

    View Source

    DictionaryViewModel()

    Initializes a new instance of the class.

    Declaration
    public DictionaryViewModel()

    Properties

    View Source

    ContentApps

    Apps for the dictionary item

    Declaration
    public IEnumerable<ContentApp> ContentApps { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentApp>
    View Source

    Key

    Gets or sets the Key for the object

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

    Name

    Declaration
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    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
    public List<BackOfficeNotification> Notifications { get; }
    Property Value
    Type Description
    List<BackOfficeNotification>
    View Source

    ParentId

    Gets or sets the parent id.

    Declaration
    public Guid? ParentId { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    Path

    The path of the entity

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

    Translations

    Gets or sets the translations.

    Declaration
    public IEnumerable<DictionaryTranslationViewModel> Translations { get; set; }
    Property Value
    Type Description
    IEnumerable<DictionaryTranslationViewModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryViewModel()
    • Properties
      • ContentApps
      • Key
      • Name
      • Notifications
      • ParentId
      • Path
      • Translations
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX