11-16-2009 01:05 PM
<#if node.version?exists>
<tr><td> Version:</td><td>${node.version}</td></tr>
</#if>
<#if node.labelversion?exists>
<tr><td> Version:</td><td>${node.labelversion}</td></tr>
</#if>
<#if node.properties.version?exists>
<tr><td> VersionProperties:</td><td>${node.properties.version}</td></tr>
</#if>
<#if node.properties.labelversion?exists>
<tr><td> ProperLabelVersion:</td><td>${node.properties.labelversion}</td></tr>
</#if>
11-17-2009 04:47 AM
<#if document.hasAspect("cm:versionable")>
<tr><td> Version:</td><td>${document.properties['cm:versionLabel']}</td></tr>
</#if>
11-17-2009 10:24 AM
<#if node.properties.versionLabel?exists>
<tr><td> Version:</td><td>${node.properties.versionLabel}</td></tr>
</#if>
<#if node.isDocument>
<#if node.hasAspect("cm:versionable")>
<tr><td> Version:</td><td>${node.properties['cm:versionLabel']}</td></tr>
</#if>
</#if>
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.