I'm currently working with the SearchService in the LiveLink EWS and have a question about the location of the nodes. When i iterate through my searchresults, the location of the nodes is specified like using the DataIDs from the DTree-table in the database like this: 2000 45043 12248587 etc etc
I want to avoid having to do multiple calls to the EWS in order to get a string-representation of the path to the node. Is there a way to get the full path without having to call getNode(...) of the DocumentManagementService?
My other question is hopefully easier to answer. When i create a SingleSearchRequest, i see that there's a property which specifies which is the first result to retrieve and a property which specifies how many results to retrieve. Is it necessary to specify these properties or are they only used to help optimize the usage of the EWS?