SPWebApplication.GetDeletedSites method
Gets a list of deleted Web sites.
Overload list
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. |
Top