04-11-2012 04:58 PM
04-11-2012 06:06 PM
var tags = classification.getRootCategories("cm:taggable");
var tagNodes = search.query({query: '+PATH:"/cm:taggable/*" +@cm\:name:"tagName"'});
var tagNodes = document.properties["cm:taggable"];
if (tagNodes != null) {
for(var idx = 0, max = tagNodes.length; idx < max; idx++){
logger.getSystem().out("Tag " + tagNodes[idx].name + " modified at " + tagNodes[idx].properties["cm:modified"]);
}
}
04-13-2012 12: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.