GetRSSChannel6
Use GetRSSChannel6 to return an authenticated RSS feed with extended tags.
| Method signature | GetRSSChannel6(string url, string[] extendedTags, string userName, string password) |
|
| Input Parameters | url |
URL of the feed |
extendedTags
|
A string array of additional RSS tags to retrieve beyond the basic RSS tags such as <title> and <description>. For example, the Digg News flake uses the extendedTags parameter to retrieve the <digg:diggCount> value from Digg's RSS feed. |
|
userName |
The user's user name. | |
password
|
The user's password. |
|
| Return Type | RSSChannel
|
|

