How can I get a property for a content fragment?
Hello.
I have some content fragments and I need to get the cq:parentPath value, which I see here:

I have tried something like this, but the ContentElement is null
ContentElement test = resultResource.adaptTo(ContentFragment.class).getElement("jcr:content/cq:parentPath");
How can I find this value?
Thanks!
Jeremy