Class DictionaryDisplay
The dictionary display model
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.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 SourceContentApps
Apps for the dictionary item
Declaration
[DataMember(Name = "apps")]
public List<ContentApp> ContentApps { get; }
Property Value
Type | Description |
---|---|
List<ContentApp> |
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> |
ParentId
Gets or sets the parent id.
Declaration
[DataMember(Name = "parentId")]
public Guid ParentId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Translations
Gets the translations.
Declaration
[DataMember(Name = "translations")]
public List<DictionaryTranslationDisplay> Translations { get; }
Property Value
Type | Description |
---|---|
List<DictionaryTranslationDisplay> |