View Source
Class DictionaryTranslationViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class DictionaryTranslationViewModel
Properties
View Source
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsoCode
Gets or sets the ISO code.
Declaration
public string IsoCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Key
Declaration
public Guid Key { get; set; }
Property Value
View Source
LanguageId
Gets or sets the language id.
Declaration
public int LanguageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Translation
Gets or sets the translation.
Declaration
public string Translation { get; set; }
Property Value
Type |
Description |
System.String |
|