Yes all document types / properties that use that content picker will have the same start node. If you want to have different start nodes you have to create a new Data Type.
Go to Settings --> Data Types and create a new one with an different start node. See images below.
i want to ask another question
how i can set the document types that you can pick with a content picker
i can do that with a MNTP with allow elements of type but i cant do it with a content picker so do you have a solution ?
No you can't do that with a content picker indeed. What you have to do if you want to achieve the same result is creating a new MNTP and add the doc types you want and set the maximum number of items to one. See image below. In code it's is an IEnumerable of IPublishedContent but since you have set the maximum to one you can use .First or .FirstOrDefault
content picker
Hi every body is there any way to set a start node to content picker in umbraco 8 ?!
Hi Mus'ab,
Yes of course.. Navigate tot the content picker where you want to set a start node.
Go to Settings --> Data Types and set the start node you want.
Thank you very much Erik-Jan Westendorp
but isn't that will set the start node for all contents picker ?
Hi Mus'ab
Yes all document types / properties that use that content picker will have the same start node. If you want to have different start nodes you have to create a new Data Type.
Go to Settings --> Data Types and create a new one with an different start node. See images below.
Thank You Erik-Jan Westendorp That was so helpful
Hello Erik-Jan Westendorp
i want to ask another question how i can set the document types that you can pick with a content picker i can do that with a MNTP with allow elements of type but i cant do it with a content picker so do you have a solution ?
Hi Mus'ab,
No you can't do that with a content picker indeed. What you have to do if you want to achieve the same result is creating a new MNTP and add the doc types you want and set the maximum number of items to one. See image below. In code it's is an IEnumerable of IPublishedContent but since you have set the maximum to one you can use .First or .FirstOrDefault
aha i do that already but i was not certain if it is the best breasting for it thanks a lot
is working on a reply...