Share via


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 ( _
    siteId As Guid _
)
'Usage
Dim siteId As Guid

Dim instance As New SPDeletedSitePipeBind(siteId)
public SPDeletedSitePipeBind(
    Guid siteId
)

Parameters

Remarks

This constructor stores the value of the guid parameter in the SiteId property.

See also

Reference

SPDeletedSitePipeBind class

SPDeletedSitePipeBind members

SPDeletedSitePipeBind overload

Microsoft.SharePoint.PowerShell namespace