How does one retrieve a list of pre-values from a Multi-Node
picker configured to use start node XPath / filter?
I can get configuration via:
var picker = dataTypeService.GetDataType(new Guid("e0b2f7e7-etc-etc"));
var list = picker.Editor.GetConfigurationEditor().ToValueEditor(picker.Configuration)
list returns the configuration of the editor, but how to retrieve actual content values?
Should we be parsing the config and then executing a query ourselves or am I missing some info that's already in place?
We would like to output the values on the front end as part of a form field select options (MVC, not Umbraco forms)
Multinode Tree Picker - Pre Values
Hi,
How does one retrieve a list of pre-values from a Multi-Node picker configured to use start node XPath / filter?
I can get configuration via:
list
returns the configuration of the editor, but how to retrieve actual content values?Should we be parsing the config and then executing a query ourselves or am I missing some info that's already in place?
We would like to output the values on the front end as part of a form field select options (MVC, not Umbraco forms)
Thanks in advance,
is working on a reply...