cancel
Showing results for 
Search instead for 
Did you mean: 

moving nodes

kerem
Champ in-the-making
Champ in-the-making
hi!

how can i obtain the noderef to a space if I only know its path?

thanks..
1 REPLY 1

kevinr
Star Contributor
Star Contributor
Assuming you are using the Java API, the FileFolderService has a method: resolveNamePath(NodeRef parentNodeRef, List<String> pathElements)

Thanks,

Kevin