I want to list all site collections under my web application; the purpose is to list all mysites created by users.
Like that:
/members/sites/sqladmin
/members/sites/sqluser
/members/sites/sqluser1
/members/sites/sqluser2
/members/sites/user1
|
I want to list all site collections under my web application; the purpose is to list all mysites created by users. Like that:
| ||||
|
feedback
|
|
For the purpose of accessing all site collections within a given web application there's, quite naturally, the SPWebApplication.Sites property. To get access to a particular web application you can use a code like this:
(see MSDN here as well). | ||||
|
feedback
|
|
On the Central Administration home page, click Application Management. On the Application Management page, in the Site Collections section, click View all site collections. The Site Collection List page lists all the site collections in the Web application. | |||
|
feedback
|