02-10-2009 11:33 AM
02-11-2009 09:35 AM
var docs = search.luceneSearch("TEXT:test");
for (var i=0; i<docs.length; i++) {
if (docs[i] != null) {
docs[i].save();
}
}
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.