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

Enclosure Constructors
Initializes a new instance of the Enclosure class.

public method public Enclosure(Int32 length,
Uri url,
string mimeType);
Int32
Defines the length (in bytes) of the media file.
Uri
Defines the URL to the media file.
string
Defines the type of media file and must be specified as a MIME type (e.g. Video/WMV). See Mime Types

Enclosure Properties
public property public Length {get;} Required: Defines the length (in bytes) of the media file.
public property public MimeType {get;} Required: Defines the type of media file and must be specified as a MIME type (e.g. Video/WMV).
public property public URL {get;} Required: Defines the URL to the media file.