Showing posts with label view. Show all posts
Showing posts with label view. Show all posts

Tuesday, March 29, 2016

29 Mar

How to set SharePoint list view 'Item Limit' with the option programmatically

Limit the total number of items returned to the specified amount ClientContext clientContext = new ClientContext("http://hercules");           clientContext.Credentials = new NetworkCredential("Peakfinder", "password@1");           string listName = "Employess", viewName...