Office365 / SharePoint CSOM getting all list items content with Caml query 22 July 2015 Velin-Georgiev (0) There is Office365/Sharepoint CSOM Caml query way to get all available list items even thay are in folders in particular list and also get the custom fields data with no need to specify the field internal names in the <ViewFields> part of the Caml query. using (var clientContext = _context.Cr... [More]
Office365 / SharePoint CSOM getting all list items content with Caml query 22 July 2015 Velin-Georgiev (0) There is Office365/Sharepoint CSOM Caml query way to get all available list items even thay are in folders in particular list and also get the custom fields data with no need to specify the field internal names in the <ViewFields> part of the Caml query. using (var clientContext = _context.Cr... [More]