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 DictionaryOverviewDisplay class.
Declaration
public DictionaryOverviewDisplay()
Properties
View SourceId
Gets or sets the id.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Level
Gets or sets the level.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets or sets the key.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Translations
Gets or sets the translations.
Declaration
public List<DictionaryOverviewTranslationDisplay> Translations { get; set; }
Property Value
Type | Description |
---|---|
List<DictionaryOverviewTranslationDisplay> |