Does anyone know how to pass a custom MultiUrlPicker Macro as an IEnumerable? When I get the macro value, I get an encoded JSON array, which I then decode, but whenever I try to deserialze it with an IEnumerable, it come up saying "Error converting value "internal" to type 'Umbraco.Web.Models.LinkType'. Path '[0].type', line 1".
Rendering MultiUrlPicker Macro
Does anyone know how to pass a custom MultiUrlPicker Macro as an IEnumerable? When I get the macro value, I get an encoded JSON array, which I then decode, but whenever I try to deserialze it with an IEnumerable, it come up saying "Error converting value "internal" to type 'Umbraco.Web.Models.LinkType'. Path '[0].type', line 1".
I get the following as a JSON:
Any suggestions? Thanks
is working on a reply...