This topic has not yet been rated - Rate this topic

SPWebApplication.GetDeletedSites method (String)

Gets a list of deleted sites with the specified prefix of a server-relative URL.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public SPDeletedSiteCollection GetDeletedSites(
	string sitePath
)

Parameters

sitePath
Type: System.String
The prefix of a server-relative URL of the deleted sites.

Return value

Type: Microsoft.SharePoint.Administration.SPDeletedSiteCollection
The list of deleted sites.

This method gets a list of deleted sites with the prefix of a server-relative URL of the site collection specified by the sitePath parameter.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.