11-25-2008 03:22 AM
[b]upload.addAspect("cm:generalclassifiable");
upload.properties["cm:categories"] = catNodes[0];
upload.properties["cm:categories"] = catNodes[1];[/b]
upload.properties["cm:categories"]
is not able to assign an array as alist of categories.upload.properties["cm:categories"] = catNodes;
. But then it doesn't add anything12-03-2008 08:01 AM
var categories = new Array();
categories["cm:categories"] = catNodes;
upload.addAspect("cm:generalclassifiable", categories);
02-03-2009 04:44 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.