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.Item
public class Tr3v.RSS.Item

Item Constructors
Initializes a new instance of the Item class.

public method public Item(string title,
Uri link,
string description);
Each item element defines an article or "story" in the RSS feed.

Item Properties
public property public Author {get; set;} Optional: Specifies the e-mail address to the author of the item.
public property public Categories {get;} Optional: Defines one or more categories the item belongs to.
public property public Comments {get; set;} Optional: Allows an item to link to comments about that item.
public property public Description {get;} Required: Describes the item.
public property public Enclosure {get; set;} Optional: Allows a media file to be included with the item.
public property public Guid {get; set;} Optional (although recommended) Defines a unique identifier for the item.
public property public Link {get;} Required: Defines the hyperlink to the item.
public property public PubDate {get; set;} Optional: Defines the last-publication date for the item.
public property public Source {get; set;} Optional: Specifies a third-party source for the item.
public property public Title {get;} Required: Defines the title of the item.