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 efficient way.
Is SPSiteDataQuery may be appropriate in such a case?
