SPView view = spList.DefaultView; SPListItemCollection items = spList.GetItems(view);
Hi there
Printing the ListItems Title and Value using Console application only printing the List Items that are on the first page of the SPList, not the complete list.
Does using the Above DefaultView is the reason behind this? please provide useful information.
Thanks,