Tagged Questions
0
votes
2answers
287 views
Best way to get all subsites
I want to create a list of all subsites (all levels), and some details about each of them.
The simplest way is to do a recursive function, but I have many subsite (about 600) and I want a more ...
5
votes
2answers
3k views
SPSiteDataQuery vs. Recursive SPWeb.Lists Performance
I'm looking for the best performing means of querying for site data within a site collection. I need to query for all of the lists in either a particular SPWeb, or a set of SPWeb's, that contain a ...