异构应用访问SharePoint的文档库或列表时,使用WebService的方式再恰当不过了。有朋友问我如何在dotNet Framework 3.0下的应用程序中控制SharePoint 2003中的列表项。想一想类似的场景应该比较常见,所以写了下面的demo。以下的代码在VS2005中测试通过。

SharePoint Web Service系列:进行列表的增删改using System;
SharePoint Web Service系列:进行列表的增删改
using System.Xml;
SharePoint Web Service系列:进行列表的增删改
using System.Collections.Generic;
SharePoint Web Service系列:进行列表的增删改
using System.Text;
SharePoint Web Service系列:进行列表的增删改
SharePoint Web Service系列:进行列表的增删改
namespace ConsoleDemo
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-05-29
猜你喜欢
  • 2021-08-04
  • 2022-01-02
  • 2021-08-28
  • 2022-02-23
  • 2022-12-23
  • 2022-03-02
相关资源
相似解决方案