Tr3v.RSS Reference

This article is correct as of version 1.0.0.0 and was last updated 7th April 2008.

« Back to application page
Email Image

Assemblies

Digg.Com
 public class DiggButton

DotNetKicks.Com
 public class DNKImage
 public class DNKLink

Tr3v.RSS
 public class Category
 public class Channel
 public class Enclosure
 public class Guid
 public class Image
 public class Item
 public class Languages
 public class MimeTypes
 public class Source

Tr3v.Web.UI
 public class TableBuilder
Requirements
Namespace: Tr3v.RSS
Assembly: Tr3v.RSS (in Tr3v.RSS.dll)

Tr3v.RSS.Channel
public class Tr3v.RSS.Channel

Channel Constructors
Initializes a new instance of the Channel class.

public method public Channel(string title,
Uri link,
string description);
string
Defines the title of the channel.
Uri
Defines the hyperlink to the channel.
string
Describes the channel.

Properties
public property public Categories {get;} Optional: Defines one or more categories for the feed.
public property public Copyright {get; set;} Optional: Notifies about copyrighted material.
public property public Description {get;} Required: Describes the channel.
public property public Docs {get; set;} Optional: Specifies an URL to the documentation of the format used in the feed.
public property public Generator {get;} Optional: Specifies the program used to generate the feed.
public property public Image {get; set;} Optional: Allows an image to be displayed when aggregators present a feed.
public property public Items {get;} Each item element defines an article or "story" in the RSS feed.
public property public LanguageCode {get; set;} Optional: Specifies the language the feed is written in. See Languages
public property public LastBuildDate {get; set;} Optional: Defines the last-modified date of the content of the feed.
public property public Link {get;} Required: Defines the hyperlink to the channel.
public property public ManagingEditor {get; set;} Optional: Defines the e-mail address to the editor of the content of the feed.
public property public PubDate {get; set;} Optional: Defines the last publication date for the content of the feed.
public property public Title {get;} Required: Defines the title of the channel.
public property public TTL {get; set;} Optional: Specifies the number of minutes the feed can stay cached before refreshing it from the source.
public property public WebMaster {get; set;} Optional: Defines the e-mail address to the webmaster of the feed.

Channel Methods
public method public void (FileInfo filePath);
FileInfo
Local path save the file to.