RssItem Class ReferenceA channel may contain any number of items, each of which links to more information about the item, with an optional description.
More...
Inheritance diagram for RssItem:
List of all members.
|
Public Member Functions |
|
| RssItem () |
| | Initialize a new instance of the RssItem class.
|
| override string | ToString () |
| | Returns a string representation of the current Object.
|
Properties |
| string | Title |
| | Title of the item.
|
| Uri | Link |
| | URL of the item.
|
| string | Description |
| | Item synopsis.
|
|
string | Content |
| | Item content.
|
|
string | Author |
| | Email address of the author of the item.
|
|
RssCategoryCollection | Categories |
| | Provide information regarding the location of the subject matter of the channel in a taxonomy.
|
|
string | Comments |
| | URL of a page for comments relating to the item.
|
|
RssSource | Source |
| | Describes an items source.
|
|
RssEnclosure | Enclosure |
| | A reference to an attachment to the item.
|
|
RssGuid | Guid |
| | A string that uniquely identifies the item.
|
|
DateTime | PubDate |
| | Indicates when the item was published.
|
Detailed Description
A channel may contain any number of items, each of which links to more information about the item, with an optional description.
Member Function Documentation
| override string ToString |
( |
|
) |
|
|
|
|
Returns a string representation of the current Object.
- Returns:
- The item's title, description, or "RssItem" if the title and description are blank.
|
Property Documentation
string Description [get, set] |
|
|
|
Item synopsis.
Maximum length is 500 (For RSS 0.91) |
|
|
URL of the item.
Maximum length is 500 (For RSS 0.91) |
|
|
Title of the item.
Maximum length is 100 (For RSS 0.91) |
The documentation for this class was generated from the following file:
|