The RssDocument class represents a syndicated feed. It contains properties that model the feed's attributes: Title, Link, Description, Items, and so on. The Items property is a collection of RssItem instances, which represent the items that makeup the feed.
The RssEngine class's GetDataSource method returns an RssDocument instance.
For a list of all members of this type, see RssDocument Members.
System.Object
skmRss.Engine.RssDocument
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: skmRss.Engine
Assembly: skmRss (in skmRss.dll)
RssDocument Members | skmRss.Engine Namespace