AddList Method
See Also Example Applies To
Adds a RSSFeedList object to the feed list.
Syntax
object.AddList (FeedList)
| Part |
Description |
| object |
An object expression that evaluates to an RSSFeedList object. |
| FeedList |
Required.
A RSSFeedList object. |
Remarks
New feed list entries from the passed feed list will be added to the parent object.
Any of the parsed feed list entries that are the same as an entry in the parent feed list but have a more recent date will have that newer date set and the NewItems property set to True.
|