09-17-2007 12:30 PM
<#list classification.getRootCategories("cm:generalclassifiable") as n>
${n.name}<br>
<ul>
<#list n.categoryMembers as i>
<li>${i.name}</li>
</#list>
</ul>
</#list>but now instead of looping through all root categories, I have to specialize it for a particular, hardcoded category. But I couldn't find a way to query categories by name or by path in Javascript Api. Is there a way?
09-21-2007 05:41 AM
09-27-2007 11:04 AM
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.