02-27-2011 10:06 PM
02-28-2011 04:48 AM
02-28-2011 05:49 AM
var searchNodes = search.query(
{
query: "+@cm\\:source:\"" + fileA.nodeRef + "\" +ISNOTNULL:cm\\:workingCopyOwner",
language: "lucene",
page:
{
maxItems: 1
}
});
if (searchNodes.length == 1)
{
fileB = searchNodes[0];
…
}
03-02-2011 05:09 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.