Closed GoogleCodeExporter closed 8 years ago
Hey Angelo,
Is it that you want to page through all the document entries (more than 100)
using the Service.Query method, or do you just want to get the next 100 entries
starting at a specified key?
When I page through entries using Service.Query, I use the "next" link in the
document feed (i.e. documentFeed.AtomFeed.Links.FindService("next",
Nothing).HRef.ToString)
There is also an AutoPaging property in the Feed Class (defaults to false). In
vb, it would look something like this (I think):
Dim documentsFeed As New Google.GData.Client.Feed(Of
Google.Documents.Document)(documentsService, docsQuery) With {.AutoPaging =
True}
Would the above satisfy your needs?
Original comment by ed...@edwinlandy.com
on 3 Jan 2011 at 8:14
Original comment by ccherub...@google.com
on 7 Feb 2011 at 1:38
Original issue reported on code.google.com by
angelo.a...@gmail.com
on 2 Jan 2011 at 9:28Attachments: