C# Class ZForge.Controls.RSS.RSSFeed

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

Copyright public_oe property

Copyright notice for content in the channel.
public string Copyright
Résultat string

Description public_oe property

Phrase or sentence describing the channel.
public string Description
Résultat 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
Résultat string

Generator public_oe property

A string indicating the program used to generate the channel.
public string Generator
Résultat string

Items public_oe property

A collection of RssItem datatypes, representing each item for the RSS feed.
public RSSItemCollection,ZForge.Controls.RSS Items
Résultat 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
Résultat string

LastBuildDate public_oe property

The last time the content of the channel changed.
public string LastBuildDate
Résultat string

Link public_oe property

The URL to the HTML website corresponding to the channel.
public string Link
Résultat string

ManagingEditor public_oe property

Email address for person responsible for editorial content.
public string ManagingEditor
Résultat string

PubDate public_oe property

The publication date for the content in the channel.
public string PubDate
Résultat string

Rating public_oe property

The PICS rating for the channel.
public string Rating
Résultat string

Skipdays public_oe property

A hint for aggregators telling them which days they can skip.
public string Skipdays
Résultat string

Skiphours public_oe property

A hint for aggregators telling them which hours they can skip.
public string Skiphours
Résultat string

Title public_oe property

The name of the channel.
public string Title
Résultat 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
Résultat string

URL public_oe property

The URL of the channel.
public string URL
Résultat string

Webmaster public_oe property

Email address for person responsible for technical issues relating to channel.
public string Webmaster
Résultat string