Hi there,
I was wondering if anybody of you can help me.
I updated the member with a custom property - in this property I am referring to a no element and in this element I have a content picker and a bool. So my question is how I can add a value to the element from the controller?
Thank you!
Umbraco 10 member properties
Hi there, I was wondering if anybody of you can help me. I updated the member with a custom property - in this property I am referring to a no element and in this element I have a content picker and a bool. So my question is how I can add a value to the element from the controller? Thank you!
Hi, if you are trying to update content from the controller you might want to look in to the documentation on the
IContentService
.https://docs.umbraco.com/umbraco-cms/reference/management/services/contentservice
Hi
a little bit late: thank you so much for your help
is working on a reply...