03-23-2010 01:19 PM
03-24-2010 06:32 PM
03-26-2010 11:46 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);
}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.