SPSite.Exists Method

Returns a Boolean value that indicates whether the specified site collection exists.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Shared Function Exists ( _
    uri As Uri _
) As Boolean
'Usage
Dim uri As Uri
Dim returnValue As Boolean

returnValue = SPSite.Exists(uri)
public static bool Exists(
    Uri uri
)

Parameters

  • uri
    Type: System.Uri

    A System.Uri object that represents the Uniform Resource Identifier (URI) of the site collection.

Return Value

Type: System.Boolean
true if the site exists; otherwise, false.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace