Having read around it appears this should be possible. I have the following content tree:
- Home Page
- Cars
— List Of Cars (From my Hive provider).
- Cars
I assumed I would be able to do something like this in my provider Uri:
content://*/Cars/*
as described in an Umbraco blog post (http://jupiter.umbraco.org/Data-Access-in-Umbraco-5.ashx). However it appears Umbraco does not accept this as an Uri. Also the blog post specified use of Type=”Wildcard” on the mapping, however this is no longer in Umbraco??
Does anyone have an example on how to accomplish this?
Umbraco 5 does not yet support this.