If I need to store say 10,000 items in a list, but want to call them sequentially 2000 items at a time, what is the best method for doing that? I assume it's similar to a paged call, but want to execute this the right way.
This is in SharePoint 2007
|
If I need to store say 10,000 items in a list, but want to call them sequentially 2000 items at a time, what is the best method for doing that? I assume it's similar to a paged call, but want to execute this the right way. This is in SharePoint 2007 |
|||
|
|
|
You can use the built-in SPQuery paging mechanism
|
|||||||
|