November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I'll answer my own question. Use definition = PageDefinition.Load(customProp.PageDefinitionId) and then definition.DefaultValue;
I have custom property where I set some default values for configuration purposes. When I create a new page these are read correctly. But if I go to the pagetype and change these and edit the page I just created the previous default values has been saved and the new default values are ignored.
So the question is if it's possible always get the property to read the default values defined on the page type?
I thougth I had fixed it but unforunatley i hadn't.
Br
Per