Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SPDeletedSitePipeBind class with the specified deleted site.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
instance As SPDeletedSite _
)
'Usage
Dim instance As SPDeletedSite
Dim instance As New SPDeletedSitePipeBind(instance)
public SPDeletedSitePipeBind(
SPDeletedSite instance
)
Parameters
instance
Type: Microsoft.SharePoint.Administration.SPDeletedSiteThe deleted site.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | instance is null . |