Reputation: 4849
I'm working on MOSS 2007 and I want to build a sharepoint webpart that can list all the sites (in the same SPfarm) visible to the current user. What I can think of is:
Is there any simple solution?
Any idea will be appreciated. Thanks!
Upvotes: 1
Views: 1056
Reputation: 21722
SharePoint creates site maps by default. Unless you have turned this off, you can get one from a site by appending /_layouts/viewlsts.aspx
to the site URL.
Upvotes: 1
Reputation: 57966
Please take a look here: Talk to SharePoint Through its Web Services at "Example 3"
You'll need to write some managed (.net) code.
Upvotes: 1