02-10-2019 04:55 AM
Hello,
i'm making a freemarker dashlet and i need to list document library:
<#assign docurl=url.extension>
<#list companyhome.childByNamePath["Sites/"+docurl+"/documentLibrary"].children as child>
<#if child.isContainer>
............
<#else>
...........
</#if>
</#list>
i can access the child.properties.title, child.properties.creator, etc., but now i ask to you if it's possible to access the tags and categories of the single document (child).
Thanks and regards,
frank
Explore our Alfresco products with the links below. Use labels to filter content by product module.