Tagged Questions
1
vote
1answer
654 views
How to enumerate all webs and data in a SharePoint site collection
What is the best way to enumerate all SPWebs in an SPSite and also to enumerate folders within document libraries within each of the SPWebs? (essentially I want to find out the urls of all SPWebs, and ...
0
votes
1answer
250 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, ...