Class DictionaryItemModelBase
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.Dictionary
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DictionaryItemModelBase
Properties
View SourceName
Declaration
[Required]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Translations
Declaration
public IEnumerable<DictionaryItemTranslationModel> Translations { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Dictionary |