01-28-2010 02:59 PM
01-31-2011 02:48 AM
var addAspect = actions.create("add-features");
addAspect.parameters["aspect-name"] = "ct:newAspect";
nodes = search.luceneSearch("TYPE:\"ct:customFolder\"");
for each (var node in nodes)
{
addAspect.execute(node);
}
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.