Class DictionaryDisplay
The dictionary display model
Namespace: Umbraco.Web.Models.ContentEditing
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "dictionary", Namespace = "")]
public class DictionaryDisplay : EntityBasic, INotificationModel
Constructors
View SourceDictionaryDisplay()
Initializes a new instance of the DictionaryDisplay class.
Declaration
public DictionaryDisplay()
Properties
View SourceNotifications
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<Notification> Notifications { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Notification> |
ParentId
Gets or sets the parent id.
Declaration
[DataMember(Name = "parentId")]
public Guid ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Translations
Gets the translations.
Declaration
[DataMember(Name = "translations")]
public List<DictionaryTranslationDisplay> Translations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DictionaryTranslationDisplay> |