RSSCategories Object
See Also Example Properties Methods Events
A collection class for RSSCategory objects.
Class Diagram

Remarks
This object is a collection class that provides functionality for retrieving items from the collection.
The number of items in the collection is held in the Count property,
specific members can be returned from the collection using the Item method,
added using the Add method,
removed using the Remove method,
the collection can be cleared using the Clear method
while the entire collection can be iterated using the For Each...Next structure.
Version compatibility is as follows:
| Version | Compatibility |
| 0.90 | Not Supported |
| 0.91 | Not Supported |
| 0.92 | Supported as property of an item (only one member of the collection allowed). |
| 0.93 | Supported as property of an item (only one member of the collection allowed). |
| 0.94 | Unknown |
| 1.0 | Unknown |
| 2.0 | Supported as property of an item or at the base element (multiple members of the collection allowed). |
|