11-01-2012 08:02 AM
Main Folder
|—- Document 1
|—- Folder 1
|—– Document 2
|—– Folder 2
|—– Document 3
|—– Folder 3
|—– Soon……………………..
var nodeRef = "workspace://SpacesStore/36a2704b-1fbe-4223-9dc6-169a3ff31384";
var docNode = search.findNode(nodeRef);
var childList = docNode.children;
var count = childList.length;
for(var i = 0; i < count; i++)
{
var child = childList[i].name;
logger.log( docNode.name+": children is: " + child);
}
folder1: children is: Document1
folder1: children is: Folder1
I'm unable to get remaining structure…11-01-2012 08:09 AM
11-01-2012 08:29 AM
11-01-2012 10:10 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.