05-27-2008 03:14 PM
05-27-2008 05:20 PM
<#if mydocument.properties[prop_name]?exists>
<#– If it is a collection, enumerate it –>
<#if mydocument.properties[prop_name ]?is_enumerable>
<#list mydocument.properties[prop_name] as cat>
your code here…
</#list>
et, etc.
05-27-2008 06:12 PM
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.