SharePoint ServerContext与SPContext

时间:2010-03-18 21:20:57

标签: sharepoint

在什么情况下你应该在SPContext上使用ServerContext(反之亦然)?提出了哪些优点/缺点/限制?我似乎无法找到关于此的大量信息。

1 个答案:

答案 0 :(得分:5)

来自MSDN:

  

ServerContext类   (Microsoft.Office.Server)       为Microsoft Office中的共享服务提供运行时方法   SharePoint Server 2007。

  1. 首先,我可以看到, ServerContext仅在 MOSS。
  2. example in mentioned MSDN 网站显示要共享 您需要服务userprofiles ServerContext中。
  3. 这是两个不同的类,甚至没有一个继承。您可以使用ServerContext获取当前列表项,列表,Web或站点实例吗?比较SPContextServerContext成员,您将自己找出差异。