What string is stored in "startNode" property in MultiNodeTreePicker
Hi!
What string and/or how is the string formatted in the startNode property in MultiNodeTreePicker? Im trying to set it with PreValue but it won't accept any of arguments.
As you can see below, the other fields are being filled out perfectly. While I have to submit the XPath / startNode field myself. When I try to set startNode something happens, altough I would resemble it with an error more than anything else. This is why I'm wondering if the string that is stored in "startNode" has some special formatting I should be aware of?
What string is stored in "startNode" property in MultiNodeTreePicker
Hi!
What string and/or how is the string formatted in the startNode property in MultiNodeTreePicker? Im trying to set it with PreValue but it won't accept any of arguments.
You can find the class here (Row 36): https://github.com/umbraco/Umbraco-CMS/blob/95217422546ba71227bfaa550cc3a291a8b357b8/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
As you can see below, the other fields are being filled out perfectly. While I have to submit the XPath / startNode field myself. When I try to set startNode something happens, altough I would resemble it with an error more than anything else. This is why I'm wondering if the string that is stored in "startNode" has some special formatting I should be aware of?
Thanks for the help!
is working on a reply...