Class DictionaryOverviewDisplay
The dictionary overview display.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class DictionaryOverviewDisplay : object
Constructors
View SourceDictionaryOverviewDisplay()
Initializes a new instance of the Dictionary
Declaration
public DictionaryOverviewDisplay()
Properties
View SourceId
Gets or sets the id.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
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
Gets or sets the translations.
Declaration
public List<DictionaryOverviewTranslationDisplay> Translations { get; set; }
Property Value
Type | Description |
---|---|
List<Dictionary |