03-23-2010 11:47 AM
03-23-2010 01:38 PM
{
nodeRef : "${nodeRef}",
permissions : [
<#list permissions as perm>
{
authority: "${perm.authority}"
,permission: "${perm.permission}"
,inherited: <#if (perm.isInherited())>true<#else>false</#if>
}
<#if !(perm==permissions?last)>,</#if>
</#list>
]
}03-31-2010 11:16 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.