("Client API Test List");// First, add 20 items to Client API Test List so that there are// enough records to show paging.ListItemCreationInformation itemCreateInfo =newListItemCreationInformation();for(inti =0; i <20; i++) { ListItem listItem = list.AddItem(itemCreateInfo); ...