Represents a domain name, optionally assigned to a content and/or language ID.
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntaxpublic interface IDomain : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties View Source DomainName
Gets or sets the name of the domain.
Declarationstring DomainName { get; set; }
Property Value Type Description System.String
The name of the domain.
View Source IsWildcardGets a value indicating whether this is a wildcard domain (only specifying the language of a content node).
Declaration Property Value Type Description System.Booleantrue
if this is a wildcard domain; otherwise, false
.
Gets or sets the language ID assigned to the domain.
Declarationint? LanguageId { get; set; }
Property Value Type Description System.Nullable<System.Int32>
The language ID assigned to the domain.
View Source LanguageIsoCodeGets the language ISO code.
Declarationstring LanguageIsoCode { get; }
Property Value Type Description System.String
The language ISO code.
View Source RootContentIdGets or sets the root content ID assigned to the domain.
Declarationint? RootContentId { get; set; }
Property Value Type Description System.Nullable<System.Int32>
The root content ID assigned to the domain.
View Source SortOrderGets or sets the sort order.
Declarationvirtual int SortOrder { get; set; }
Property Value Type Description System.Int32
The sort order.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4