Individual items in a feed are represented by FeedItem objects.
Depending on the type of feed, these items are aggregated as news items that are merged into the feed, or as list items that replace the contents of the previous list.
Additional RSS 2.0 item elements, such as GUID and source, are available in the XML source document of the feed.
Item Elements
FeedItem.Author:String,Optional. Returns the e-mail address of the author.
FeedItem.Comments:String,Optional. Returns the page URL of related comments.
FeedItem.Description:String,Required. Returns the item synopsis.
FeedItem.Link:String,Required. Returns the source URL of the item.
FeedItem.PubDate:String,Optional. Indicates when the item was published.
FeedItem.Title:String,Required. Returns the title of the item.
XML Source
FeedItem.Xml(include):String,Returns an XML fragment for the item.
Common Feed List Properties
FeedItem.DownloadUrl:String,Returns URL used for security zone mapping.
FeedItem.Enclosure:IFeedEnclosure,Returns the enclosure (media object) associated with the item.
FeedItem.Id:Integer,Returns an identifier (ID) assigned by the Feed Download Engine. It is unique within the feed.
FeedItem.IsRead:Boolean,Returns true if the item has been viewed.
FeedItem.Parent:IFeed,Returns the parent feed.
IFeedEnclosure
The IFeedEnclosure interface provides access to the optional media file attachment that may be associated with each feed item.
Enclosure Attributes
FeedEnclosure.Length:Integer,Required. Returns the length in bytes of the enclosure.
FeedEnclosure.Type:String,Required. Returns the Multipurpose Internet Mail Extensions (MIME) type.
FeedEnclosure.Url:String,Required. Returns the source URL of the file.
Common Feed List Properties
FeedEnclosure.LocalPath:String,Returns the local system path of the downloaded file.
FeedEnclosure.Parent:IFeedItem,Returns the parent feed item.
Saturday, June 24, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment