摘要:
最近写了个winform的项目,里面有个功能是从SharePoint文档库中同步文件到本地。所以,毫无疑问,首先想到的就是用SharePoint 的 web service来实现了,即Copy.asmx,并调用Copy.GetItem()方法来实现。代码如下:Download documents from SharePoint Document Library public static void CopyfileToLocal(string strSiteUrl,string strFileUrl, string strFilePath) { ... 阅读全文
posted @ 2013-04-12 15:32
Star★
阅读(351)
评论(0)
推荐(0)

浙公网安备 33010602011771号