Class RssItem
Inheritance
System.Object
RssItem
Namespace: Mediachase.Web.Console
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
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. |