View Source
Class LanguageViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class LanguageViewModel
Properties
View Source
FallbackLanguageId
Declaration
public int? FallbackLanguageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsMandatory
Declaration
public bool IsMandatory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsoCode
Declaration
[Required(AllowEmptyStrings = false)]
public string IsoCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|