SPSitePipeBind Constructor (SPSite)
Initializes a new instance of the SPSitePipeBind class using the specified site collection.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
instance As SPSite _
)
'Usage
Dim instance As SPSite
Dim instance As New SPSitePipeBind(instance)
public SPSitePipeBind(
SPSite instance
)
Parameters
instance
Type: Microsoft.SharePoint.SPSiteAn SPSite object that represents the site collection.