I am running into an issue where I am trying to update a property definition on my PageData class to a new type (basically changing an int definition to a string) - the admin UI is still saying the property is an int - but i'm able to manually go in and change it to (Long String > 255) - is there any automated way to do this? I understand that the property definition is not updated by the sync on episerver start up because there is data, but what if i do not care about blowing out the old data and just updating the definition?
Have you found the MigrationStep class? Hope this answers your question : http://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-CMS/7/Content/Pages-and-Blocks/Refactoring-Content-Type-Classes/
Hello,
I am running into an issue where I am trying to update a property definition on my PageData class to a new type (basically changing an int definition to a string) - the admin UI is still saying the property is an int - but i'm able to manually go in and change it to (Long String > 255) - is there any automated way to do this? I understand that the property definition is not updated by the sync on episerver start up because there is data, but what if i do not care about blowing out the old data and just updating the definition?
Thanks!
Mike