Freigeben über


WssInterop.CreateWssSite-Methode

Erstellt eine SharePoint-Website für das angegebene Projekt und Server.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/CreateWssSite", 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 Sub CreateWssSite ( _
    projectUID As Guid, _
    wssServerUID As Guid, _
    wssWebFullUrl As String, _
    webTemplateLcid As Integer, _
    webTemplateName As String _
)
'Usage
Dim instance As WssInterop
Dim projectUID As Guid
Dim wssServerUID As Guid
Dim wssWebFullUrl As String
Dim webTemplateLcid As Integer
Dim webTemplateName As String

instance.CreateWssSite(projectUID, wssServerUID, _
    wssWebFullUrl, webTemplateLcid, _
    webTemplateName)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/CreateWssSite", 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 void CreateWssSite(
    Guid projectUID,
    Guid wssServerUID,
    string wssWebFullUrl,
    int webTemplateLcid,
    string webTemplateName
)

Parameter

  • projectUID
    Typ: System.Guid

    Der eindeutige Bezeichner des Projekts.

  • wssServerUID
    Typ: System.Guid

    Der eindeutige Bezeichner des Servers in einer Farm.

  • wssWebFullUrl
    Typ: System.String

    Die vollständige URL der SharePoint-Website erstellen.

  • webTemplateLcid
    Typ: System.Int32

    Der lokale Bezeichner der Websitevorlage.

  • webTemplateName
    Typ: System.String

    Der Name der Websitevorlage.

Hinweise

Project Server-Berechtigungen

Wenn die Berechtigung ManageWindowsSharePointServices nicht explizit verweigert wird, überprüft die CreateWssSite -Methode an, ob der Benutzer eine der folgenden Berechtigungen verfügt.

Berechtigung

Beschreibung

ManageWindowsSharePointServices

Ermöglicht einem Benutzer das Verwalten der Projektwebsite. Die globale Berechtigung.

NewProject

Ermöglicht einem Benutzer das Erstellen eines Projekts. Die globale Berechtigung.

PublishProject

Ermöglicht einem Benutzer das angegebene Projekt zu veröffentlichen. Kategorieberechtigung.

Siehe auch

Referenz

WssInterop Klasse

WssInterop-Member

WebSvcWssInterop-Namespace

Weitere Ressourcen

Locale ID (LCID) Chart