Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageModelBase

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