Hi all, I was wondering how I could use the ExecuteQueryForPaginatedList to return an IList or ArrayList for all the elements within the current page? As far as I can tell, the Current method just returns the current item, not the current page.
Code (This is all that I know I'm doing right):
IPaginatedList list = null;
list = ExecuteQueryForPaginatedList("SelectAllSellingCompanies", null,
10);
Thanks,
- Matt.

