06-27-2014 06:18 AM
06-27-2014 10:59 PM
<#list document.children as child>
<#if child.isContainer>
Path: ${child.displayPath}
…
<#else>
${child.properties.creator}
${child.name}
${document.properties["my:myprop"]}
…
</#if>
</#if>
</#list>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.