In my continued quest to bend the Delivery API to do what we need I now have a new problem. In my
IApiPropertyRenderer
I need to get a hold of the content item on which the property exists so that I can pass some context down to my mapping class. There are no public properties that allow access to the
IPublishedContent
but I can see there is a private field on there that has a reference to it. Is there a way I can get a reference to the node on which the property exists?