Can someone please assist? I tried reading through a lot of wiki pages and documentation but I cannot find the code.
I need to write a Freemarker email template that informs that a document has enter a space.
If I use the piece of code below - the folder name appears.
'${space.name}'
If I use the piece of code below - the path to the site's document Library appears.
'${space.displayPath}'
What I need is a piece of code that references the site, the document Library and the folders / sub folders path - all the way to where the document is.
Please assist. Thanks