03-22-2010 08:45 AM
03-22-2010 09:38 AM
03-23-2010 09:22 AM
03-24-2010 04:26 AM
03-26-2010 11:48 AM
var dss = space.childByNamePath("DSS");
document.move(dss);
function movedoc(document)
{
var dss = space.childByNamePath("DSS");
for each (file in space.children)
{
file.move(dss);
}
}
movedoc(document);
var dss = space.childByNamePath("DSS");
for each (file in space.children)
{
file.move(dss);
}
03-26-2010 12:41 PM
space.children[file].move(dss];
03-27-2010 07:30 PM
var dss = space.childByNamePath("DSS");
for each (file in space.children)
{
space.children[file].move(dss);
}
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.