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

Image Constructors
Initializes a new instance of the Image class.

public method public Image(Uri url,
string title,
Uri link);
Uri
Specifies the URL to the image.
string
Defines the text to display if the image could not be shown.
Uri
Defines the hyperlink to the website that offers the channel.

Image Properties
public property public Description {get; set;} Optional: Specifies the text in the HTML title attribute of the link around the image.
public property public Height {get; set;} Optional: Defines the height of the image. Minimum value is 0, Maximum value is 400 and the Default value is 31.
public property public Link {get;} Required: Defines the hyperlink to the website that offers the channel.
public property public Title {get;} Required: Defines the text to display if the image could not be shown.
public property public URL {get;} Required: Specifies the URL to the image.
public property public Width {get; set;} Optional: Defines the width of the image. Minimum value is 0, Maximum value is 144 and the Default value is 88.