London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class RssItem

Inheritance
System.Object
RssItem
Namespace: Mediachase.Web.Console
Assembly: Mediachase.WebConsoleLib.dll
Version: 13.30.0
Syntax
[Obsolete("This class is no longer used. Will remain at least until January 2019")]
public class RssItem : ConfigurationElement

Constructors

RssItem()

Initializes a new instance of the RssItem class.

Declaration
public RssItem()

Properties

Culture

Gets culture property

Declaration
public string Culture { get; set; }
Property Value
Type Description
System.String

The culture.

NewsCount

Gets amount of news to display

Declaration
public string NewsCount { get; set; }
Property Value
Type Description
System.String

The news count.

UrlPath

Retrieves url used to get rss feed

Declaration
public string UrlPath { get; set; }
Property Value
Type Description
System.String

The URL path.

Methods

IsReadOnly()

Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only.

Declaration
public override bool IsReadOnly()
Returns
Type Description
System.Boolean

true if the System.Configuration.ConfigurationElement object is read-only; otherwise, false.