I've got a simple question, but don't know how to solve the problem. What's the best way to update an already deployed content-type? I want to keep the lists, that already use my old one, but need to update it.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
Use Feature Versioning. See Deep dive into feature versioning and upgrade support in SharePoint 2010. |
|||
|
|
|
I wanted to implement a custom rendering template, so didn't realy need to redeploy it as I learned now. The best way to achieve this was to use an event receiver to update the existing content-type "on the fly". Thanks for your answers and suggestions. |
|||
|
|