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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -