Monthly Archives: December 2011

Remove property from SPPropertyBag

Have you ever tried to remove a property from a SPWeb object and after applying the update, when you next check for the property it is still there? Logically, you’d think the following code would do this for you: webObject.Properties.Remove("yourkey"); … Continue reading

Posted in SharePoint | Tagged , | Leave a comment

Open with Explorer on Server

If you’re developing with SharePoint using Windows Server 2008 (will work with Windows 7, unless someone’s restricted the Windows Features that are installed) and are unable to open a library via Windows Explorer, follow the simple steps outlined below to … Continue reading

Posted in Configuration, SharePoint | Tagged | Leave a comment