FeedItem Object
Exposes methods and properties of a single item in a Really Simple Syndication (RSS) feed.
Members Table
The following table lists the members exposed by the FeedItem object.
Methods
Method Description Delete Deletes the feed, folder, or item. Xml Returns the XML fragment for the feed item. Properties
Property Description Author Retrieves the author from the feed item. Comments Retrieves the URL of the comments page from the feed item. Description Retrieves a phrase or sentence that describes the feed or item. DownloadUrl Retrieves the URL from which the feed item was downloaded. EffectiveId Retrieves the effective ID for this item. Enclosure Retrieves the FeedEnclosure object associated with the feed item. Guid Retrieves the guid from the feed item. IsRead Sets or retrieves the read status of the feed item. LastDownloadTime Retrieves the date and time of the last successful download. Link Retrieves the URL from the feed item. LocalId Retrieves the assigned ID of the feed item. Modified Retrieves the date and time of the last modification for this item. Parent Retrieves the parent object. PubDate Retrieves the publication date of the feed item. Title Retrieves the title from the feed or feed item.
Remarks
This scripting object is implemented by the IFeedItem interface.
See Also