I am working on a custom doclib javascript. I have a folder structure which is similar to A --> B --> C where A and B have multiple children. I have the noderef of the folder A which I have found out through
"this.doclistMetadata.parent.nodeRef"
What is the easiest way to get the uri from the Node "C" while staying at Node A level? Can file path be used for this purpose?