Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDomain

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDomain : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    DomainName

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

    IsWildcard

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

    LanguageId

    Declaration
    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
    string LanguageIsoCode { get; }
    Property Value
    Type Description
    System.String
    View Source

    RootContentId

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