FoodCandy!

RssImage Class Reference

A link and description for a graphic that represent a channel. More...

Inheritance diagram for RssImage:

RssElement List of all members.

Public Member Functions

 RssImage ()
 Initialize a new instance of the RssImage class.

Properties

Uri Url
 The URL of a GIF, JPEG or PNG image that represents the channel.
string Title
 Describes the image, it's used in the ALT attribute of the HTML img tag when the channel is rendered in HTML.
Uri Link
 The URL of the site, when the channel is rendered, the image is a link to the site.
string Description
 Contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.
int Width
 Width of image in pixels.
int Height
 Height of image in pixels.

Detailed Description

A link and description for a graphic that represent a channel.


Property Documentation

int Height [get, set]
 

Height of image in pixels.

Maximum value for width is 144 (For RSS 0.91)

Uri Link [get, set]
 

The URL of the site, when the channel is rendered, the image is a link to the site.

Maximum length is 500 (For RSS 0.91).

string Title [get, set]
 

Describes the image, it's used in the ALT attribute of the HTML img tag when the channel is rendered in HTML.

Maximum length is 100 (For RSS 0.91).

Uri Url [get, set]
 

The URL of a GIF, JPEG or PNG image that represents the channel.

Maximum length is 500 (For RSS 0.91).

int Width [get, set]
 

Width of image in pixels.

Maximum value for height is 400 (For RSS 0.91)


The documentation for this class was generated from the following file:
  • RssImage.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:52 2007 | Doxygen 1.4.6-NO