Class RssConfiguration

Inheritance
System.Object
RssConfiguration
Namespace: Mediachase.Web.Console
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public sealed class RssConfiguration : ConfigurationSection

Properties

Instance

Gets the instance.

Declaration
public static RssConfiguration Instance { get; }
Property Value
Type Description
RssConfiguration

The instance.

RssItems

Gets the RSS items.

Declaration
public RssItemsCollection RssItems { get; }
Property Value
Type Description
RssItemsCollection

The RSS items.