I'm looking to validate if an object exist inside a top level container. Was thinking of calling GetNodesInContainer then iterate through. But wondering if there's a better way.
Thanks in advance.
Xu
Are you trying to just look for an object based on parameters that could be possibly passed into a search query?
If so, you could likely use the Search API, which would be a tad easier than leveraging the Search Service.
Or, do you simply want to know if any sort of object, whatsoever, exists within a given folder?
Hi Xu,
I expect you overlookedGetNodeByName (similar to GetNodeByPath, GetNode, etc.)
-chris
From: eLink Entry: Content Web Services Forum [mailto:otdncontentwebservices971forum@elinkkc.opentext.com]Sent: Wednesday, September 20, 2017 10:16 AMTo: eLink RecipientSubject: Is there a web serivces function to check if an object exist inside a folder structure?
Is there a web serivces function to check if an object exist inside a folder structure?
Posted by Moua, Xu On 09/20/2017 01:11 PM
I would stick to GetNodesInContainer but pass in a GetNodesInContainerOptions parameter and set the max depth to 1