We are using a cache approach where we download the OID structure to a cache and send that to the third party application to allow it to search directly via OID instead of using deepsearches to find files and data when communicating with EB via webservice.
To ensure that we traverse the structure of our cache correctly we need to do it in the same manner as EB does it via deepsearch. I was told to include the column “Part of (extended)” and sort primarily by it.
Will that then give the same answer always if two objects are named the same, but are in different folders at the same node level?