Let’s say I have a site level feature that has a content type, and a web level feature that has a list instance with items of the previously mentioned content type. If I enable the web feature for 100+ different webs, so I get 100+ lists from the same list instance definition and content type, what’s the fastest way to get items from all those lists? Iterating through the webs and getting list items for each list one by one is very slow.
Share
Use Method Below.