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

Guid Constructors
Initializes a new instance of the Guid class.

public method public Guid(string value);
string
Unique Identifier for the Item
public method public Guid(string value,
Boolean isPermaLink);
string
Unique Identifier for the Item
Boolean
Optional: If set to true, the reader may assume that it is a permalink to the item (a url that points to the full item described by the item element). The default value is true. If set to false, the guid may not be assumed to be a url.

Guid Properties
public property public IsPermaLink {get;} Optional: If set to true, the reader may assume that it is a permalink to the item (a url that points to the full item described by the item element). The default value is true. If set to false, the guid may not be assumed to be a url.
public property public Value {get;} Required: Unique Identifier for the Item.