Class DictionaryOverviewViewModel
Inheritance
System.Object
Namespace: Umbraco.Cms.ManagementApi.ViewModels.Dictionary
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class DictionaryOverviewViewModel
Constructors
View SourceDictionaryOverviewViewModel()
Initializes a new instance of the
Declaration
public DictionaryOverviewViewModel()
Properties
View SourceKey
Gets or sets the key.
Declaration
public Guid Key { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Level
Gets or sets the level.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or sets the key.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Translations
Sets the translations.
Declaration
public List<DictionaryTranslationOverviewViewModel> Translations { get; }
Property Value
Type | Description |
---|---|
List<Dictionary |