Hello!
is there a way to get an object's parent folder id and(!) all properties
of this parentfolder?
The given object is is the result of a Catalog search.
my code:
<dtml-in
Catalog.searchResults({'meta_type':'NewsItem','sort_order':'reverse'})">
<dtml-var id>
|
??? name of the parent folder and its properties (title etc.)
????
</dtml-in>
Please help!
Thank you
Marcus