I have a site collection with a lot (1000+) of publishing sites in it. Basically, I want to list all pages library that the user has access to. The pages library don't always have the same permissions set as its parent web.
Since there are tons of sites, it's not efficient to run through all webs to investigate the permissions.
I've tried to use the SPDataSoruce
object with ListOfLists
mode set, but it only searches within a web.
Does anyone know if it's possible to make an efficient search after lists in a site collection?
Thanks!