If i have a node ID/a node, what's the easiest way to get the full path of that node? Obviously I can recurse backwards until i get to the top level node, but that would be slow. Is there a specific function I can call that will get me the path of a node given the node ID or the node itself? I look in DocumentManagement and didn't see anything that looked like it'd be able to do that.
Thanks.