Saturday, June 24, 2006

IFeed

The IFeed interface exposes the properties that are present on the RSS channel element.

Feed Elements
Feed.Copyright:String,Optional. Returns the channel copyright.
Feed.Description:String,Required. Returns the channel description.
Feed.Image:String,Optional. Returns the URL of the feed logo.
Feed.Language:String,Optional. Returns the language code for the feed.
Feed.LastBuildDate:Floating-point number,Optional. Returns the date of last content change.
Feed.Link:String,Required. Returns the homepage URL of the feed.
Feed.PubDate:Floating-point number,Optional. Returns the publication date for feed content.
Feed.Title:String,Required. Returns the title of the feed.
Feed.Ttl:String,Optional. Returns the time to live (TTL) of the feed.

XML Source
Feed.Xml(count,sort,filter,include):String,Returns a new XML document for the feed.

Common Feed List Properties
Feed.DownloadUrl:String,Returns URL used for security zone mapping.
Feed.Id:String,Returns the globally unique identifier (GUID) assigned to the feed.
Feed.IsList:Boolean,Returns whether to treat feed as a list.
Feed.ItemCount:Integer,Returns count of items.
Feed.Items:IFeedsEnum,Returns collection of items.
Feed.LastWriteTime:String,Returns date and time of creation or last modification.
Feed.LocalEnclosurePath:String,Returns the system folder where downloaded enclosures are saved.
Feed.MarkAllItemsRead:String,Sets the read status of all items to true.
Feed.Name:String,Returns the name of the feed.
Feed.Parent:IFeedFolder,Returns the parent folder of the feed.
Feed.Path:String,Returns the feed list path of the feed.
Feed.UnreadItemCount:Integer,Returns the count of unread items.
Feed.Url:String,Returns the source URL of the feed.

No comments: