I'm guessing you're using the "GetListItems" call? With that, you can set the "CAMLRowLimit" argument to 0 to override the chosen view's item limit setting. Setting the CAMLRowLimit to 0 instructs the server to return all items, regardless of the view's item limit.
↧