Compartir a través de


del método WssInterop.WSSWebExists

Comprueba si existe un especificado sitio del proyecto.

Espacio de nombres:  WebSvcWssInterop
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/WSSWebExists", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function WSSWebExists ( _
    wssWebFullUrl As String _
) As Boolean
'Uso
Dim instance As WssInterop
Dim wssWebFullUrl As String
Dim returnValue As Boolean

returnValue = instance.WSSWebExists(wssWebFullUrl)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/WSSWebExists", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public bool WSSWebExists(
    string wssWebFullUrl
)

Parámetros

  • wssWebFullUrl
    Tipo: System.String

    La dirección URL de un sitio Web para comprobar.

Valor devuelto

Tipo: System.Boolean
Devuelve true si existe el sitio de SharePoint especificado; en caso contrario, false.

Comentarios

El método WSSWebExists valida que el valor de wssWebFullUrl es un URI de formato correcto y que existe la jerarquía del sitio. El método, a continuación, se valida que el nombre de sitio del proyecto no está en blanco y que existe el sitio del proyecto.

Permisos de Project Server

Permiso

Descripción

LogOn

Permite que un usuario inicie sesión en Project Server. Permiso global.

Vea también

Referencia

clase WssInterop

Miembros WssInterop

Espacio de nombres WebSvcWssInterop