标签: c# sharepoint-2010 sharepoint-online
我想使用C#代码将文档从sharepoint 2010迁移到在线sharepoint。
答案 0 :(得分:1)
您可以使用SharePoint客户端对象模型(CSOM)从本地读取SharePoint数据并将其写入SharePoint Online。
使用SharePoint客户端库代码完成基本操作:
https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code