Posted on 20/05/2013 22:54:02
I'm not sure that it is the recommended way, but you could try to delete the meta data file located in /Files/System/Items and then recycle the app pool. That should make Dynamicweb pick up the additional properties.
Changing property names will probably not work as there is no way for Dynamicweb to know that the property "Foo" should replace property "Bar". You would have to rename the column in the database manually.
Changing the display name should not cause any problems. Just use the FieldAttribute on your property, like [Field("My field name")]
You might want to hang on to the old meta data file in case you have entered item names, descriptions, options etc. You have to transfer those manually to the new meta data file or enter the values again.