07-06-2011 04:25 PM
07-07-2011 02:18 AM
07-07-2011 03:02 AM
var nodes = search.luceneSearch("");Or by simply going down its path:var node= companyhome.childByNamePath("your/folder/path");var children = node.childrenand ofc the number of children withvar children = node.children.length01-31-2012 03:54 PM
02-01-2012 02:24 AM
function getSpaceSize() {
var children; // cf previous posts to retrieve the expected value
var spaceSize = 0;
for each(var child in children) {
spaceSize += child.size;
}
return spaceSize;
}
02-01-2012 03:09 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.