05-15-2012 09:18 AM
function getPropValues(myProperty) {
var i, nodes, result = {};
nodes = search.luceneSearch("TYPE:\"cm:MyNodeType\"");
for (i = 0; i < nodes.length; i++) {
result.push(nodes[i].myProperty);
}
return result;
}
but i think, the solve may be easier.
05-28-2012 09:24 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.