C# Class ZForge.Controls.RSS.RSSFeed

Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
Category string
Copyright string
Description string
ErrorMessage string
Generator string
Items RSSItemCollection
Language string
LastBuildDate string
Link string
ManagingEditor string
PubDate string
Rating string
Skipdays string
Skiphours string
Title string
Ttl string
URL string
Webmaster string

Property Details

Category public_oe property

Specify one or more categories that the channel belongs to.
public string Category
return string

Copyright public_oe property

Copyright notice for content in the channel.
public string Copyright
return string

Description public_oe property

Phrase or sentence describing the channel.
public string Description
return string

ErrorMessage public_oe property

Contains any errors that occured during the loading or parsing of the XML document. Compare this to a blank string to see if any errors occured.
public string ErrorMessage
return string

Generator public_oe property

A string indicating the program used to generate the channel.
public string Generator
return string

Items public_oe property

A collection of RssItem datatypes, representing each item for the RSS feed.
public RSSItemCollection,ZForge.Controls.RSS Items
return RSSItemCollection

Language public_oe property

The language the channel is written in. This allows aggregators to group all Italian language sites, for example, on a single page.
public string Language
return string

LastBuildDate public_oe property

The last time the content of the channel changed.
public string LastBuildDate
return string

Link public_oe property

The URL to the HTML website corresponding to the channel.
public string Link
return string

ManagingEditor public_oe property

Email address for person responsible for editorial content.
public string ManagingEditor
return string

PubDate public_oe property

The publication date for the content in the channel.
public string PubDate
return string

Rating public_oe property

The PICS rating for the channel.
public string Rating
return string

Skipdays public_oe property

A hint for aggregators telling them which days they can skip.
public string Skipdays
return string

Skiphours public_oe property

A hint for aggregators telling them which hours they can skip.
public string Skiphours
return string

Title public_oe property

The name of the channel.
public string Title
return string

Ttl public_oe property

ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source
public string Ttl
return string

URL public_oe property

The URL of the channel.
public string URL
return string

Webmaster public_oe property

Email address for person responsible for technical issues relating to channel.
public string Webmaster
return string