|
Public Member Functions |
|
| RssChannel () |
| | Initialize a new instance of the RssChannel class.
|
| override string | ToString () |
| | Returns a string representation of the current Object.
|
Properties |
| string | Title |
| | The name of the channel.
|
| Uri | Link |
| | URL of the website named in the title.
|
| string | Description |
| | Description of the channel.
|
|
string | Language |
| | Language the channel is written in.
|
|
RssImage | Image |
| | A link and description for a graphic icon that represent a channel.
|
| string | Copyright |
| | Copyright notice for content in the channel.
|
| string | ManagingEditor |
| | The email address of the managing editor of the channel, the person to contact for editorial inquiries.
|
| string | WebMaster |
| | The email address of the webmaster for the channel.
|
| string | Rating |
| | The PICS rating for the channel.
|
|
DateTime | PubDate |
| | The publication date for the content in the channel, expressed as the coordinated universal time (UTC).
|
|
DateTime | LastBuildDate |
| | The date-time the last time the content of the channel changed, expressed as the coordinated universal time (UTC).
|
|
RssCategoryCollection | Categories |
| | One or more categories the channel belongs to.
|
|
string | Generator |
| | A string indicating the program used to generate the channel.
|
| string | Docs |
| | A URL, points to the documentation for the format used in the RSS file.
|
|
RssTextInput | TextInput |
| | Provides information about an HTTP GET feature, typically for a search or subscription.
|
| bool[] | SkipDays |
| | Readers should not read the channel during days listed. (UTC).
|
| bool[] | SkipHours |
| | Readers should not read the channel during hours listed (UTC).
|
|
RssCloud | Cloud |
| | Allow processes to register with a cloud to be notified of updates to the channel.
|
|
int | TimeToLive |
| | The number of minutes that a channel can be cached.
|
|
RssItemCollection | Items |
| | All items within the channel.
|