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 ...
3
votes
1answer
448 views
Is accessing AllProperties efficient?
I'm currently storing a few values in the SPWeb.AllProperties hashtable. But I'm thinking of adding even more data into it. Before I start using it more and more though, I wondered if using ...