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 SourceDictionaryViewModel()
Initializes a new instance of the
Declaration
public DictionaryViewModel()
Properties
View SourceContentApps
Apps for the dictionary item
Declaration
public IEnumerable<ContentApp> ContentApps { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Content |
Key
Gets or sets the Key for the object
Declaration
public Guid Key { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
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<Back |
ParentId
Gets or sets the parent id.
Declaration
public Guid? ParentId { get; set; }
Property Value
Type | Description |
---|---|
System. |
Path
The path of the entity
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System. |
Translations
Gets or sets the translations.
Declaration
public IEnumerable<DictionaryTranslationViewModel> Translations { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Dictionary |