I am quite new to Umbraco and quite amazed by the concept of this CMS. The MVC idea is so friendly to developers. I have a question on the API usage to create a content.
I defined a type name Book with 2 fields Book Name and Book Authors. The Authors field is a Multi Node tree picker editor. I googled around in the past 2 days and could not find any example on how to create the Book content via API. Hope can get some clue here!
Add Content with nested Node via API
I am quite new to Umbraco and quite amazed by the concept of this CMS. The MVC idea is so friendly to developers. I have a question on the API usage to create a content.
I defined a type name Book with 2 fields Book Name and Book Authors. The Authors field is a Multi Node tree picker editor. I googled around in the past 2 days and could not find any example on how to create the Book content via API. Hope can get some clue here!
Thank you!
I found this document: https://our.umbraco.com/documentation/Fundamentals/Backoffice/Property-Editors/Built-in-Property-Editors/Multinode-Treepicker/
it is working well after following the guide.
is working on a reply...