We are using Umbraco 6.1.6. We have quite a few doctypes and these have data types based on multi tree node picker and we have content based on these doc types. What I want to do is get all content that uses my derived multi tree node picker data type. What is the quickest way of doing this im thinking some kind of sql query? Basically I just need the content node ids. Has anyone ever done something similar?
All content with multi tree node picker
Guys,
We are using Umbraco 6.1.6. We have quite a few doctypes and these have data types based on multi tree node picker and we have content based on these doc types. What I want to do is get all content that uses my derived multi tree node picker data type. What is the quickest way of doing this im thinking some kind of sql query? Basically I just need the content node ids. Has anyone ever done something similar?
Regards
Ismail
Replace -90 with the datatypeId that you want for your MNTP and that will give you a list of all the content page IDs that use the given datatype.
is working on a reply...