Table of Contents

Class WebsiteChannelDomains

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Represents the website domains configuration.

public sealed class WebsiteChannelDomains
Inheritance
object
WebsiteChannelDomains
Extension Methods

Constructors

WebsiteChannelDomains()

public WebsiteChannelDomains()

Properties

Domains

Collection of domain overrides for a website channel.

public IEnumerable<string> Domains { get; set; }

Property Value

IEnumerable<string>