C# Class ZForge.Controls.RSS.RSSItem

Datei anzeigen 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_oe property

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

Comments public_oe property

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

Description public_oe property

The item synopsis.
public string Description
return string

Feed public_oe property

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

Guid public_oe property

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

Link public_oe property

The URL of the item.
public string Link
return string

Pubdate public_oe property

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

Title public_oe property

The title of the item.
public string Title
return string