RSS is a Web content syndication format.
RSS documentation is from http://backend.userland.com/rss
| Class | Description |
|---|---|
| ExceptionCollection | A strongly typed collection of Exception objects |
| RssBlogChannel | A RSS module that adds elements at the channel level that are common to weblogs. |
| RssCategory | Provide information regarding the location of the subject matter of the channel in a taxonomy |
| RssCategoryCollection | A strongly typed collection of RssCategory objects |
| RssChannel | Grouping of related content items on a site |
| RssChannelCollection | A strongly typed collection of RssChannel objects |
| RssCloud | Allow processes to register with a cloud to be notified of updates to the channel. |
| RssCreativeCommons | A RSS module that adds elements at the channel or item level that specifies which Creative Commons license applies. |
| RssDefault | Contains default values and methods for maintaining data consistency |
| RssElement | Base class for all RSS elements |
| RssEnclosure | A reference to an attachment to the item |
| RssFeed | The contents of a RssFeed |
| RssFeedCollection | A strongly typed collection of RssFeed objects |
| RssGuid | Globally unique identifier |
| RssImage | A link and description for a graphic that represent a channel |
| RssItem | A channel may contain any number of items, each of which links to more information about the item, with an optional description |
| RssItemCollection | A strongly typed collection of RssItem objects |
| RssModule | Base class for all RSS modules |
| RssModuleCollection | A strongly typed collection of RssModule objects |
| RssModuleItem | A module may contain any number of items (either channel-based or item-based). |
| RssModuleItemCollection | A strongly typed collection of RssModuleItem objects |
| RssModuleItemCollectionCollection | A strongly typed collection of RssModuleItemCollection objects |
| RssPhotoAlbum | RSS syndication for Robert A. Wlodarczyk's Photo Album application (to be sold by Inno Thinx LLC) |
| RssPhotoAlbumCategories | A collection of categories in a photo album |
| RssPhotoAlbumCategory | A Photo Album category |
| RssPhotoAlbumCategoryPhoto | A photo in the category |
| RssPhotoAlbumCategoryPhotoPeople | People in a photo |
| RssPhotoAlbumCategoryPhotos | A collection of photos in a category |
| RssReader | Reads an RSS file. |
| RssSource | Describes an items source |
| RssTextInput | Multi-purpose channel element for the purpose of allowing users to submit queries back to the publisher's site |
| RssWriter | Writes an RSS XML file. |
| Structure | Description |
|---|---|
| DBBool | Represents Null, False, and True |
| Enumeration | Description |
|---|---|
| RssCloudProtocol | All valid Rss Cloud protocols, including Null |
| RssVersion | All RSS versions |