09-17-2009 05:19 AM
09-21-2009 02:57 AM
upload = userhome.createFile("upload" + userhome.length + "_" + filename) ;
var node1 = userhome.createNode("create test1.txt", "cm:content");
09-22-2009 04:17 AM
upload.properties["prefix:propertyName"] = "Rossi";
var node1 = userhome.createNode("you_node_name", "my:content");
node1.properties.title="whatever title";
(…)
node1.properties["my:customer"] = "Rossi";
09-22-2009 06:56 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.