SPSitePipeBind.Read Method (Boolean)

Reads an SPSitePipeBind object and returns an object that represents the sub-site that exists at the specified URL.

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Public Function Read ( _
    exactUrl As Boolean _
) As SPSite
'Usage
Dim instance As SPSitePipeBind
Dim exactUrl As Boolean
Dim returnValue As SPSite

returnValue = instance.Read(exactUrl)
public SPSite Read(
    bool exactUrl
)

Parameters

  • exactUrl
    Type: System.Boolean

    The exact URL of the Web site to read.

Return Value

Type: Microsoft.SharePoint.SPSite
An object that represents the sub-site.

See Also

Reference

SPSitePipeBind Class

SPSitePipeBind Members

Read Overload

Microsoft.SharePoint.PowerShell Namespace