
This functionality is unavailable for fields not associated with a list
Ah, the danger of the Internet. I hit this problem – trying to update a field built-in to a content type (the Title field) so that it was hidden from the UI. Easy I thought, get the SPWeb, get the SPContentType, find the field (ct.Fields[“Title”]), set it to hidden and […]