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]
CSOM Search Keyword query with custom managed metadata properties in Office365 / SharePoint 22 July 2015 Velin-Georgiev (0) In order to access the custom managed properties we have to add them under SharePoint -> SharePoint admin center -> Manage Search Schema You simply add your new managed property and associate it with the crawled property. Then your CSOM C# code should look like th... [More]