Rss (gb.web.feed)
This class represents an RSS document. Its properties are those of its single
element.
It acts like an array of RssItem objects. Add your items in order and then call the
ToString() method to get the XML document string.
The Title, Link and Description are necessary. All other properties are optional.
Conforming to the RSS 2.0 specification. You have to
know the document structure and terminology of RSS to make use of this component.
This class is creatable.
This class acts like a / array.
This class is with the FOR EACH keyword.
|