(Uri) del método SPSite.Exists
Returns a Boolean value that indicates whether the specified site collection exists.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Shared Function Exists ( _
uri As Uri _
) As Boolean
'Uso
Dim uri As Uri
Dim returnValue As Boolean
returnValue = SPSite.Exists(uri)
public static bool Exists(
Uri uri
)
Parámetros
uri
Tipo: System.UriA System.Uri object that represents the Uniform Resource Identifier (URI) of the site collection.
Valor devuelto
Tipo: System.Boolean
true if the site exists; otherwise, false.