03-12-2010 03:31 PM
03-13-2010 01:59 PM
function doclist(doc)
{
var daddy = doc.parrent;
for each (kid in daddy.children)
{
getStuffYouWantToGetFromA(kid);
}
}
03-13-2010 02:00 PM
03-17-2010 08:10 AM
03-18-2010 11:49 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.