SPDeletedSitePipeBind.Discover Method
Populates the information that is required to retrieve or recreate the deleted site.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Overrides Sub Discover ( _
instance As SPDeletedSite _
)
'Usage
Dim instance As SPDeletedSite
Me.Discover(instance)
protected override void Discover(
SPDeletedSite instance
)
Parameters
instance
Type: Microsoft.SharePoint.Administration.SPDeletedSiteThe deleted site whose information is to be populated.
Remarks
This method adds the deleted site to the list of deleted sites in the DeletedSites property.