View Source
Interface IDomain
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
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> |
|