RssFeed Documented Class Library

RssItem Class

The RssItem class represents an "item" from the RSS feed. Its properties abstract the properties of an RSS "item," such as Title, Link, Description, and so forth.

From http://blogs.law.harvard.edu/tech/rss#ltcategorygtSubelementOfLtitemgt:

"A channel may contain any number of <item>s. An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed), and the link and title may be omitted. All elements of an item are optional, however at least one of title or description must be present."

For a list of all members of this type, see RssItem Members.

System.Object
   skmRss.Engine.RssItem

public class RssItem

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

RssItem Members | skmRss.Engine Namespace