Method | Description | |
---|---|---|
GetRssItems ( ) : List |
Gets all RSS items.
|
|
GetRssItems ( |
Gets all RSS items for the specified category.
|
Method | Description | |
---|---|---|
DownloadFeedData ( ) : System.Xml.Linq.XDocument |
Downloads RSS feed data.
|
|
DownloadFeedData ( |
Downloads RSS feed data for the specified category.
|
|
DownloadFeedData ( string address ) : System.Xml.Linq.XDocument |
Downloads RSS feed data from the specified address.
|
|
ParseRssItems ( System.Xml.Linq.XDocument doc ) : List |
Parses RSS feed data.
|
|
RssRepository ( IDependencyComposer dependencyComposer ) : System |
public GetRssItems ( |
||
category | The category for which RSS items should be retrieved. | |
return | List |