I am trying to go down the code-first route and I am stuck. How do you programmatically set prevalues for datatypes?
I am able to create a data type and set the property editor to Umbraco.MultiNodeTreePicker by creating a DataTypeDefition. I thought the answer was to use the AdditionalData attribute but it is null and readonly.
Programmatically set prevalues on datatype
I am trying to go down the code-first route and I am stuck. How do you programmatically set prevalues for datatypes?
I am able to create a data type and set the property editor to Umbraco.MultiNodeTreePicker by creating a DataTypeDefition. I thought the answer was to use the AdditionalData attribute but it is null and readonly.
is working on a reply...