C# Class ZForge.Controls.RSS.RSSItem

Show file Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
Author string
Comments string
Description string
Feed RSSFeed
Guid string
Link string
Pubdate string
Title string

Property Details

Author public property

Email address of the author of the item.
public string Author
return string

Comments public property

URL of a page for comments relating to the item
public string Comments
return string

Description public property

The item synopsis.
public string Description
return string

Feed public property

The the feed of this item.
public RSSFeed,ZForge.Controls.RSS Feed
return RSSFeed

Guid public property

A string that uniquely identifies the item.
public string Guid
return string

Link public property

The URL of the item.
public string Link
return string

Pubdate public property

Indicates when the item was published.
public string Pubdate
return string

Title public property

The title of the item.
public string Title
return string