Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
What is the best way to add new "values" to a block list of underlying values for an attendee to an event.
var nestedContents = currentEventPage.Value<>
I have this but I am not getting the right Json data for the content service to run the SetValue for it.
Here is my Content Models for it:
You can use this example go to Creating Blocklist programmatically ghttps://github.com/umbraco/UmbracoDocs/blob/e64ec0e5b28b4e5a37b7865691621e45dd82701f/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Block-List-Editor/index.md
You Are A hero
.
Thanks, that was the code that worked!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Set Value on a "nested" blocklist from a UmbracoApiController
What is the best way to add new "values" to a block list of underlying values for an attendee to an event.
var nestedContents = currentEventPage.Value<>
I have this but I am not getting the right Json data for the content service to run the SetValue for it.
Here is my Content Models for it:
You can use this example go to Creating Blocklist programmatically ghttps://github.com/umbraco/UmbracoDocs/blob/e64ec0e5b28b4e5a37b7865691621e45dd82701f/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Block-List-Editor/index.md
You Are A hero
.
Thanks, that was the code that worked!
is working on a reply...