View Source
Class LanguageModelBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class LanguageModelBase
Properties
View Source
FallbackIsoCode
Declaration
public string FallbackIsoCode { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|