I'm in the need to create a farm wide tree view, which would allow a user to select a list in potentially another web app/site col/web.
i.e.
- Farm
- Site Col 2
- Web 1
- List
- Web 2
- Web 1
- List
- List
- Web 1
- Web 5
- List
- Web 1
- Site Col 3
- Web 2
- Web 3
- Web 1
- List
- Web 1
- Web 3
- Web 2
- Site Col 2
I can handle doing this via C#, and I have that available if that makes it easier in anyway. I'm worried about the farms with dozens of site collections, and the performance of the initial page load as we're looping through it all. Ideally, the user would see a collapse tree view, and allow them to expand and then a jQuery call to load the sub items.
I hope I explained this clearly. Any ideas? Not sure if SPServices can get me there.