Class RssConfiguration
Inheritance
System.Object
RssConfiguration
Namespace: Mediachase.Web.Console
Assembly: Mediachase.WebConsoleLib.dll
Version: 13.30.0Syntax
[Obsolete("Configuration for the news module in Commerce Manager Dashboard. Since the Dashboard has been removed this class is no longer used. Will remain at least until January 2019")]
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. |