FoodCandy!

RssChannel Class Reference

Grouping of related content items on a site. More...

Inheritance diagram for RssChannel:

RssElement List of all members.

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.

Detailed Description

Grouping of related content items on a site.


Member Function Documentation

override string ToString  ) 
 

Returns a string representation of the current Object.

Returns:
The channel's title, description, or "RssChannel" if the title and description are blank.

Property Documentation

string Copyright [get, set]
 

Copyright notice for content in the channel.

Maximum length is 100 (For RSS 0.91)

string Description [get, set]
 

Description of the channel.

Maximum length is 500 characters (For RSS 0.91)

string Docs [get, set]
 

A URL, points to the documentation for the format used in the RSS file.

Maximum length is 500 (For RSS 0.91).

Uri Link [get, set]
 

URL of the website named in the title.

Maximum length is 500 characters (For RSS 0.91)

string ManagingEditor [get, set]
 

The email address of the managing editor of the channel, the person to contact for editorial inquiries.

Maximum length is 100 (For RSS 0.91)

The suggested format for email addresses in RSS elements is

bull@mancuso.com (Bull Mancuso)

string Rating [get, set]
 

The PICS rating for the channel.

Maximum length is 500 (For RSS 0.91)

bool [] SkipDays [get, set]
 

Readers should not read the channel during days listed. (UTC).

Days are listed in the array in the following order:

  1. Monday
  2. Tuesday
  3. Wednesday
  4. Thursday
  5. Friday
  6. Saturday
  7. Sunday
  8. Monday

bool [] SkipHours [get, set]
 

Readers should not read the channel during hours listed (UTC).

Represents a time in UTC - 1.

string Title [get, set]
 

The name of the channel.

Maximum length is 100 characters (For RSS 0.91)

string WebMaster [get, set]
 

The email address of the webmaster for the channel.

Person to contact if there are technical problems

Maximum length is 100 (For RSS 0.91)

The suggested format for email addresses in RSS elements is

bull@mancuso.com (Bull Mancuso)


The documentation for this class was generated from the following file:
  • RssChannel.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:52 2007 | Doxygen 1.4.6-NO