cancel
Showing results for 
Search instead for 
Did you mean: 

link path issuse

nr12
Champ in-the-making
Champ in-the-making
How to retrieve Node from the  path :  /Company Home/Import Data/space test/Document1.doc.
Path present as link destination attribute of a link at location  /Company Home/my space .
I need the uuid of the Node created from the above destination path.

Thanks in advance.
2 REPLIES 2

lementree
Champ on-the-rise
Champ on-the-rise
Hi,

You can use javascript API to get the node from there you can get nodeRef or UUID.

Use below api:
var linkNode= companyhome.childByNamePath("Import Data/space test/Document1.doc");

Regards,

nr12
Champ in-the-making
Champ in-the-making
Thanks for the reply