如何使用 SPSite 和 SPFile 以便 upload/download 来自 SharePoint 站点的文件

How to use SPSite and SPFile in order to upload/download files from a SharePoint site

this 回答我知道如何 upload/download 一个文件到一个共享点文件。 我用

添加了 nuget 包

Install-Package Microsoft.SharePointOnline.CSOM -Version 16.1.20616.12000

using Microsoft.SharePoint.Client;

问题是我不知道如何引用 SPSite 和 SPFile,因为我在任何命名空间中都找不到它们。

谢谢

你可以直接安装nuget包

Install-Package Microsoft.SharePoint.dll

信息是 here