SPDeletedSitePipeBind Constructor (Guid)
Initializes a new instance of the SPDeletedSitePipeBind class with the specified ID of the deleted site.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
guid As Guid _
)
'Usage
Dim guid As Guid
Dim instance As New SPDeletedSitePipeBind(guid)
public SPDeletedSitePipeBind(
Guid guid
)
Parameters
guid
Type: System.GuidThe ID of the deleted site.
Remarks
This constructor stores the value of the guid parameter in the SiteId property.