06-28-2012 05:52 AM
if (node.hasAspect('cm:generalclassifiable')){
nodeCategories=node.properties["cm:categories"];
}
<#escape x as jsonUtils.encodeJSONString(x)>
{
"catnodes ":
[
<#list catnodes as catnode>
{
"id": "${catnode.id}",
"name": "${catnode.name}",
"nodeRef": "${catnode.nodeRef}"
}<#if catnode_has_next>,</#if>
</#list>
]
}
</#escape>
06-28-2012 01:08 PM
06-29-2012 03:17 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.