FeedItem

Constructors

this
this(string itemTitle, string itemLink, string itemDescription)

Instance a new item

Members

Variables

authors
Author[] authors;

List of item authors

description
string description;

Description of the item

link
string link;

Pernament URL to the item

published
DateTime published;

Date when this item was initially published

title
string title;

Title of the item

updated
DateTime updated;

Date when the item was last updated

Meta