Home
»
Reference
»
Tr3v.RSS
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
Applications
Site/Blog
Tutorials
Assemblies
Digg.Com
DiggButton
DotNetKicks.Com
DNKImage
DNKLink
Tr3v.RSS
Category
Channel
Enclosure
Guid
Image
Item
Languages
MimeTypes
Source
Tr3v.Web.UI
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 Item(string title,
Uri link,
string description);
Each item element defines an article or "story" in the RSS feed.
Item Properties
public Author {get; set;}
Optional: Specifies the e-mail address to the author of the item.
public Categories {get;}
Optional: Defines one or more categories the item belongs to.
public Comments {get; set;}
Optional: Allows an item to link to comments about that item.
public Description {get;}
Required: Describes the item.
public Enclosure {get; set;}
Optional: Allows a media file to be included with the item.
public Guid {get; set;}
Optional (although recommended) Defines a unique identifier for the item.
public Link {get;}
Required: Defines the hyperlink to the item.
public PubDate {get; set;}
Optional: Defines the last-publication date for the item.
public Source {get; set;}
Optional: Specifies a third-party source for the item.
public Title {get;}
Required: Defines the title of the item.