For one of my current project (v7.6.8), I am using a Nested content property for a member type and I am updating the property when the user changes some of his properties.
I am looking online but the only piece of documentation I found was a suggestion to format the object and serialize it into a json and then save it that way. It is working but I feel like it's a lot of code for such a standard element of the Core.
Is there an helper somewhere to make it a bit more easier ? Something like 'NestedContentHelper.Convert(obj)' or 'NestedContentHelper.Save(Service, obj)' ?
Nested Content - Helper to save property
Hi,
For one of my current project (v7.6.8), I am using a Nested content property for a member type and I am updating the property when the user changes some of his properties.
I am looking online but the only piece of documentation I found was a suggestion to format the object and serialize it into a json and then save it that way. It is working but I feel like it's a lot of code for such a standard element of the Core.
Is there an helper somewhere to make it a bit more easier ? Something like 'NestedContentHelper.Convert(obj)' or 'NestedContentHelper.Save(Service, obj)' ?
is working on a reply...