RssFeed Documented Class Library

RssDocument Class

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 class RssDocument

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: skmRss.Engine

Assembly: skmRss (in skmRss.dll)

See Also

RssDocument Members | skmRss.Engine Namespace