Share via

Which CSOM SDK from Nuget gallery has to be used with Sharepoint Server SE Subscription Edition

JoseNeethuDE-0644 45 Reputation points
2024-11-25T14:37:08.5933333+00:00

We are migrating from Sharepoint server 2016 to Sharepoint SE. I could not find any CSOM in nuget gallery specifically for SE. There are 2 - one for 2016 and one for 2019. which one should i use

https://www.nuget.org/PACKAGES?q=SharePoint+Client&frameworks=netframework&includeComputedFrameworks=true&frameworkFilterMode=all&prerel=true&sortby=relevance

Microsoft 365 and Office | SharePoint | Development
0 comments No comments
{count} votes

Answer accepted by question author
  1. Yanli Jiang - MSFT 31,681 Reputation points Microsoft External Staff
    2024-11-26T05:51:00.39+00:00

    Hi @Jose, Neethu (DE) ,

    Welcome to Q&A forum!

    SharePoint Server Subscription Edition (SE) is essentially the latest iteration following SharePoint 2019. Therefore, for client-side object model (CSOM) libraries, you should use the CSOM package for SharePoint 2019, as it is the most recent and compatible with SharePoint SE.

    Additionally, according to my experience, you can find the appropriate CSOM package for SharePoint 2019 on NuGet with the following package name: Microsoft.SharePointOnline.CSOM.

    This CSOM package will allow you to interact with SharePoint SE effectively. If you run into specific issues or need functionality that seems to be missing, it is always worthwhile to check the official Microsoft documentation or forums for any updates or additional guidance specific to SharePoint SE. Good day!


    If the answer is helpful, please click "Accept as Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.