Freigeben über


WssInterop.WSSWebExists-Methode

Überprüft, ob eine angegebene Projektwebsite vorhanden ist.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<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
'Usage
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
)

Parameter

  • wssWebFullUrl
    Typ: System.String

    Die URL einer Website zu überprüfen.

Rückgabewert

Typ: System.Boolean
Gibt true Wenn die angegebene SharePoint-Website vorhanden ist. andernfalls false.

Hinweise

Die WSSWebExists -Methode überprüft, dass der Wert wssWebFullUrl ein wohlgeformte URI ist und die Websitehierarchie vorhanden ist. Die Methode überprüft dann, dass der Projektwebsite Name nicht leer ist und die Projektwebsite vorhanden ist.

Project Server-Berechtigungen

Berechtigung

Beschreibung

LogOn

Ermöglicht einem Benutzer zur Anmeldung bei Project Server. Die globale Berechtigung.

Siehe auch

Referenz

WssInterop Klasse

WssInterop-Member

WebSvcWssInterop-Namespace