Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoDomain

    Inheritance
    System.Object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(IsReference = true)]
    public class UmbracoDomain : EntityBase, IDomain, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Constructors

    View Source

    UmbracoDomain(String)

    Declaration
    public UmbracoDomain(string domainName)
    Parameters
    Type Name Description
    System.String domainName
    View Source

    UmbracoDomain(String, String)

    Declaration
    public UmbracoDomain(string domainName, string languageIsoCode)
    Parameters
    Type Name Description
    System.String domainName
    System.String languageIsoCode

    Properties

    View Source

    DomainName

    Declaration
    [DataMember]
    public string DomainName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsWildcard

    Declaration
    public bool IsWildcard { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    LanguageId

    Declaration
    [DataMember]
    public int? LanguageId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    LanguageIsoCode

    Readonly value of the language ISO code for the domain

    Declaration
    public string LanguageIsoCode { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RootContentId

    Declaration
    [DataMember]
    public int? RootContentId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoDomain(String)
      • UmbracoDomain(String, String)
    • Properties
      • DomainName
      • IsWildcard
      • LanguageId
      • LanguageIsoCode
      • RootContentId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX