04-05-2012 04:29 PM
04-05-2012 05:49 PM
for each (var doc in space.children) {
doc.addAspect("cm:taggable");
doc.addAspect("cm:generalclassifiable");
}
And here is an example that specializes the type of every object in a given folder:for each (var doc in space.children) {
doc.specializeType("kb:whitepaper");
}
And here is a link to the JavaScript API.04-10-2012 10:31 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.