View Source
Class UmbracoDomain
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[Serializable]
[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; }
Property Value
Type |
Description |
System.String |
|
View Source
RootContentId
Declaration
[DataMember]
public int? RootContentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|