Feed

Constructors

this
this(string feedTitle, string feedLink, string feedDescription)

Instances a new channel only with the required elements

Members

Functions

createAtomFeed
string createAtomFeed()
Undocumented in source. Be warned that the author may not have intended to support it.
createRSSFeed
string createRSSFeed()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

authors
Author[] authors;

List of authors

description
string description;

Phrase or sentence describing the channel. e.g. "The latest news from GoUpstate.com, a Spartanburg Herald-Journal Web site."

items
FeedItem[] items;

Items in this feed

link
string link;

The URL to the HTML website corresponding to the channel. eg. "http://www.goupstate.com/"

published
DateTime published;

This contains the time of the initial creation or the first availability of the entry.

title
string title;

The name of the feed. It's how people refer to your service. e.g. "GoUpstate.com News Headlines"

updated
DateTime updated;

Time when the feed was last updated

Meta