Items Property
A collection of items in the current RSS feed.
Syntax
public RSSItemList getItems(); public void setItems( items);
Remarks
This property contains a collection of items in the current RSS channel. When an RSS feed is parsed by the component, all of the items in the feed are stored as RSSItem types in this collection.
This collection can also be populated before writing an RSS feed with WriteFile.
This collection is indexed from 0 to size - 1.