07-31-2009 06:37 AM
07-31-2009 07:44 AM
var myString = "";
for each (child in space.children)
{
myString += child.name + ";";
}
07-31-2009 07:49 AM
07-31-2009 08:46 AM
var myString = "";
for each (child in space.children)
{
if(child.isContainer) {
myString += child.name + ";";
}
}
07-31-2009 08:54 AM
07-31-2009 09:04 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.