Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.ViewModels.Language
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • FallbackLanguageId
      • Id
      • IsDefault
      • IsMandatory
      • IsoCode
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX