SPSite.Exists method (Uri)

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

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

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

Exists overload

Microsoft.SharePoint namespace