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

Jose, Neethu (DE) 25 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

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,911 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,078 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 27,396 Reputation points Microsoft Vendor
    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 comments No comments

Your answer

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