Hi All,
A question from a total newbie...
I've inherited some code which calls into Content Server (via DocumentManagement web service) to retrieve folders / documents and which then uploads to an Office 365 SharePoint site.
The code finds relevant items by traversing the 'folder tree' looking for a boolean attribute that is set to true.
It uses the DocumentManagement web service GetNodeByPath() method to load the Node and then uses the Metadata property to find metadata to do the traversal and to look for the attribute to check for upload.
Is there a way of doing this by just querying specifically for an Attribute with a specific value, rather than having to traverse a given hierarchy and looking at each Node to check if an Attribute is set?
Thanks in advance.