Add Method
See Also Example Applies To
Adds an empty RSSCategory object to the collection.
Syntax
object.Add ()
The object placeholder represents an RSSCategories object.
Remarks
If the version of the parent feed
is not 2.0 or above then the number of items allowed in the collection is limited to one.
Trying to add another will result in a vbRSS_ERROR_NOTSUPPORTEDINTHISRSSVERSION error being thrown.
Once the item is added to the collection it will need to have its properties set.
|