RssFeedItem is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class RssFeedItem
{
string Author { get; set; }
DateTime? Date { get; set; }
string Description { get; set; }
string Title { get; set; }
string Url { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| Author | string | | | |
| Date | DateTime? | | | |
| Description | string | | | |
| Title | string | | | |
| Url | string | | | |