c# - How to programmatically destinguish between WSS and MOSS -
I need to know if I am working with SharePoint Services or SharePoint Portal Server while using SP API. Is there a way to do this in code (C #)?
You can see if the build version is different using SPFarm.BuildVersion:
Comments
Post a Comment