cancel
Showing results for 
Search instead for 
Did you mean: 

Freemarker Template Code Needed

whispering
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

lementree
Champ on-the-rise
Champ on-the-rise
Hi

You can get this by
'${document.displayPath}'