如何在 C# 中使用共享点?

How to use sharepoint in c#?

我有一个包含一群人的共享点网站。在我的 WPF 应用程序中,我需要使用共享点组信息进行身份验证。如何开始在 C# 中使用 Sharepoint class(如果有)?

根据您想要完成的任务,您可能希望从抓取 dll Microsoft.SharePoint.Client.dllMicrosoft.SharePoint.Client.Runtime.dll 来自其中一台 SharePoint 服务器,位于:

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\ISAPI

这些将允许您使用客户端对象模型 (CSOM) 连接到 SharePoint 场。

更多here