About 207,000 results
Open links in new tab
  1. CSOM vs JSOM vs SSOM vs REST - SharePoint Stack Exchange

    Mar 18, 2014 · CSOM: Client-side object model. C# (or Visual Basic) only, use NuGet, at the moment same package for both 2010 and 2013. JSOM: JavaScript object model. JavaScript only. …

  2. Upload a file in any specific subfolder of sharepoint online C# (CSOM)

    Apr 7, 2021 · Upload a file in any specific subfolder of sharepoint online C# (CSOM) Ask Question Asked 4 years, 8 months ago Modified 10 months ago

  3. How to get List by Url using SharePoint 2013 CSOM

    Sep 30, 2014 · SharePoint 2013 CSOM API contains the following methods for accessing List object: ListCollection.GetById method - returns the list with the specified list identifier …

  4. sharepoint rest api - CSOM vs PnP Core SDK vs Graph API, which …

    Feb 20, 2023 · Microsoft recommend using the Microsoft Graph API wherever possible but you can use CSOM (particularly because some things are not currently possible via the Microsoft Graph API). I …

  5. Using CSOM with Basic Authentication in SharePoint Server 2016 (On …

    Feb 26, 2025 · Using purely REST API is an option at this stage, however, the CSOM library implementation would be ideal to use as it is already ready, tested and in production for Sharepoint …

  6. sharepoint online - CSOM PowerShell script - moving to modern ...

    Feb 24, 2023 · I have a complex CSOM script that I need to get working for a Tenant that uses Modern Authentication. This works fine using Basic Authentication. Its not an automated script so an …

  7. Get all Folders and Files recursively in SharePoint online with CSOM in ...

    Mar 18, 2023 · You could use the static method CreateAllItemsQuery() on the CamlQuery class to produce the same result. If you have a large list you may need to use paging to get all the folders …

  8. Update retention label and sensitivity label using CSOM - sharepoint …

    Sep 26, 2019 · I'm trying to update the retention label and sensitivity label of a file in a SharePoint Online Document Library using CSOM. I can update the Retention Label using the …

  9. SharePoint online c# csom download file - SharePoint Stack Exchange

    Mar 9, 2016 · For SharePoint online, you can use following way to generate a client context and download a file to a specific location in your local machine. internal static void …

  10. Permissions for CSOM & SharePoint Online?

    Jul 7, 2021 · Does CSOM, by default, use the credentials the program is running under to authenticate to SharePoint Online? If not, how do I set the credentials for CSOM? What SharePoint permissions …