How can I access the data type configuration for Nested Content via API?
Hello,
I have a need to create a custom picker (I'm using nuPickers dotnet pickers) to allow a user to select from the various doc types which are assigned to a nested content datatype.
See list of 8 document types in the datatype instance below.
How can I access this list of document types so i can use it as a source for another picker?
What is it that you are trying to accomplish. Because out of the box items in a nested content property don't have an idea. How are you going to generate a key for the nuPicker ?
If you need these items selectable somewhere else in your website I think the right approach is to create them as content items.
How can I access the data type configuration for Nested Content via API?
Hello,
I have a need to create a custom picker (I'm using nuPickers dotnet pickers) to allow a user to select from the various doc types which are assigned to a nested content datatype.
See list of 8 document types in the datatype instance below.
How can I access this list of document types so i can use it as a source for another picker?
Hi Steve,
What is it that you are trying to accomplish. Because out of the box items in a nested content property don't have an idea. How are you going to generate a key for the nuPicker ?
If you need these items selectable somewhere else in your website I think the right approach is to create them as content items.
Dave
is working on a reply...