GetRSSChannel3
| Method signature | GetRSSChannel3(string url, bool forceUpdate, int startIndex, int pageSize) |
|
| Input Parameters | url |
URL of the feed |
forceUpdate
|
true: get from original source
|
|
startIndex
|
Starting item number, used for paging. Default is zero, which retrieves the first 20 items in the feed. | |
pageSize |
Specifies the number of items to retrieve. | |
| Return Type | RSSChannel
|
|
| Notes | To retrieve the next page of 20 items, set the value for startIndex to 20, and so on. |
|

