10-28-2011 09:34 AM
var path = "<<mypath>>/Clienti";
var testingFolder = userhome.childByNamePath(path);
var children = testingFolder.children;
for each (n in children)
{
var name = n.name;
print(name);
var folder = userhome.childByNamePath(path+"/"+name);
print(folder);
//var child = folder.children;
//print(child);
/*
for each (d in child)
{
var doc = d.name;
var change = d.properties["my:cliente"] = name;
print(change);
//d.save();
}*/
}
9d5319f2-4850-4c82-b1c3-c1a92d5722a7
undefined
Banca
Banca (cm:folder, workspace://SpacesStore/ce3581d7-6503-4938-bc8a-ff1c36b09107)
11-03-2011 05:33 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.