Is there any direct LAPI call to get the ID of an object (doc/folder) by supplying its path (eg. : Enterprise/folder1/doc1.doc)? Right now, we're following a top down approach where we use the ListObjects call at each step until we get the desired ID. But this takes quite a bit of timing and is having an adverse effect on the performance.
Any way to do the same but in a faster way is what we're looking for.
Also, a faster/direct way to do the reverse (id to path) would also be of much help.
Thanks.