Tagged Questions
0
votes
1answer
255 views
Is it possible to use SharePoint web services to retrieve all items in a folder with a given ID?
I'm using the GetListItems method of the SharePoint List web service. I would like to get all items in a given folder, with a given ID (not path). The method allows you to pass in QueryOptions xml, ...