今天一个朋友问题我这个问题, 我记得在SharePoint 2007的site setting页面里是可以看到这个版本号的.

在SPS2010里还真没看到.

 

花十分钟, 写了个Client Object Model的小程序, 还真拿到了这个版本号. 不知道这么费这个劲有啥意义, 到管理中心看一眼不就啥都知道了?

Anyway, 记在这里先吧.

 

写这段代码的时候, 有个比较容易处理的错误, 那就是project一定要reference 两个DLL.

  • Microsoft.SharePoint.Client
  • Microsoft.SharePoint.Client.Runtime

如何从客户端获得SharePoint 2010的Patch Level?

 

以后有空再写个网页版, 呵呵.

 

参考资料

Common Programming Tasks in the Managed Client Object Model

http://msdn.microsoft.com/en-us/library/ee537013

相关文章:

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