SPWebApplication.GetDeletedSites Method
SharePoint 2010
Gets a list of deleted Web sites.
| Name | Description | |
|---|---|---|
|
GetDeletedSites() | Gets a list of deleted sites using a default query. |
|
GetDeletedSites(Guid) | Gets a list of deleted sites with the specified site collection identifier (ID). |
|
GetDeletedSites(String) | Gets a list of deleted sites with the specified prefix of a server-relative URL. |
|
GetDeletedSites(SPDeletedSiteQuery) | Gets a list of deleted sites using the specified query. |