09-08-2015 02:05 AM
09-21-2015 11:04 AM
var nodes = rootFolder.children;
for each(node in nodes)
{
if(node.isContainer)
{
//further conditional loop to check for more children
}
}
09-22-2015 01:07 AM
09-22-2015 01:09 PM
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.