如何确定SharePoint类是特定于WSS还是MOSS?

例如,我只能在MOSS中使用SPAudit类吗?

最佳答案

我通过查看哪个DLL包含该类来做到这一点。

例如,大多数SharePoint API功能都位于Microsoft.SharePoint.dll(即WSS)中。另一个示例是仅MOSS的Microsoft.SharePoint.Publishing.dll。

关于c# - 如何确定某个类(class)是WSS还是MOSS特定的?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2266785/

10-12 02:24