Table of Contents

Class WebsiteChannelInfoProvider

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Class providing WebsiteChannelInfo management.

[Obsolete("Use CMS.DataEngine.IInfoProvider<WebsiteChannelInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<WebsiteChannelInfo>.Instance property.")]
public class WebsiteChannelInfoProvider : AbstractInfoProvider<WebsiteChannelInfo, WebsiteChannelInfoProvider>, IInfoProvider, ICustomizableProvider, IBulkOperationProvider, IWebFarmProvider, IInfoValidator<WebsiteChannelInfo>, IInfoProvider<WebsiteChannelInfo>, IInfoByIdProvider<WebsiteChannelInfo>, IInfoByGuidProvider<WebsiteChannelInfo>, IInfoByNameProvider<WebsiteChannelInfo>, IBulkInfoProvider<WebsiteChannelInfo>
Inheritance
object
WebsiteChannelInfoProvider
Implements
Inherited Members
Extension Methods

Constructors

WebsiteChannelInfoProvider()

Initializes a new instance of the WebsiteChannelInfoProvider class.

public WebsiteChannelInfoProvider()