Class DictionaryItemTranslationModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.Dictionary
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DictionaryItemTranslationModel
Properties
View SourceIsoCode
Declaration
[Required]
public string IsoCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Translation
Declaration
[Required]
public string Translation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |