Home
Developers

Developers

  • Documentation
    • Developer Guide
    • API Reference
    • Style Guide
    • How-To
    • Troubleshooting
  • Submit a Flake
  • Support

Pageflakes API Reference

  • Flake System Object
  • Flake User Object
  • Pageflakes Functions
  • Array Extensions
  • String Extensions
  • ContentProxy
  • App
  • RSS
    • GetRSSChannel
    • GetRSSChannel2
    • GetRSSChannel3
    • GetRSSChannel4
    • GetRSSChannel5
    • GetRSSChannel6
    • GetRSSChannels
    • GetRSSChannels2
    • RSSChannel and RSSItem Object Definitions
    • RSS Feed Example
  • Tooltip Manager
  • Public, Shared, and Private Pages
  • Server-Side Scripting
Home » Documentation » API Reference » RSS

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

false: get from server cache

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.
‹ GetRSSChannel2upGetRSSChannel4 ›
»
  • Printer-friendly version