Whilst developing some code in ID-Sharepoint to programatically create content types I came across one of those things that, as a Sharepoint developer, make you MAD! I was accessing a content type using code like this : SPContentType contentTypeWotIWantToChange = web.AvailableContentTypes("ContentTypeWotIWantToChange"); I then coded up the addition of a couple of site columns to […]