Table of Contents

Class WebsiteChannelDomainOptions

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Website domain options used to configure domain overrides for website channels.

public sealed class WebsiteChannelDomainOptions
Inheritance
object
WebsiteChannelDomainOptions
Extension Methods

Remarks

Configuring the website domains for the channel overrides the corresponding configuration stored in the database. Values not provided via the options object are loaded from the database.

Properties

DomainOverrides

Collection of domain overrides for website channels organized by ChannelName

public IDictionary<string, WebsiteChannelDomains> DomainOverrides { get; }

Property Value

IDictionary<string, WebsiteChannelDomains>

Remarks

The order of the domain overrides matters. When resolving links for the website, the first domain is used, while the rest is treated as aliases. The initialized instance of dictionary uses System.StringComparer.OrdinalIgnoreCase key comparer.