WssInterop.UpdateWssSettings-Methode
Aktualisiert die Einstellungen für die Bereitstellung von Projektwebsite in SharePoint Server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateWssSettings", 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 UpdateWssSettings ( _
wssSettingsDataSet As WssSettingsDataSet _
)
'Usage
Dim instance As WssInterop
Dim wssSettingsDataSet As WssSettingsDataSet
instance.UpdateWssSettings(wssSettingsDataSet)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateWssSettings", 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 UpdateWssSettings(
WssSettingsDataSet wssSettingsDataSet
)
Parameter
wssSettingsDataSet
Typ: WebSvcWssInterop.WssSettingsDataSetEnthält die Projektwebsite-Einstellungen.
Hinweise
Die Einstellungen für die Projektwebsite umfassen die folgenden Felder in der WssSettingsDataSet:
Feld |
Beschreibung |
---|---|
WADMIN_CURRENT_STS_SERVER_UID |
Der eindeutige Bezeichner des SharePoint-Servers. |
WADMIN_DEFAULT_SITE_COLLECTION |
Die Websitesammlungs-ID. |
WADMIN_STS_TEMPLATE_ID |
Die Projektwebsite Vorlagen-ID |
WADMIN_STS_TEMPLATE_LCID |
Die Vorlage Projektwebsite LCID-Wert. 1033 steht für Englisch (USA). |
WADMIN_AUTO_CREATE_SUBWEBS |
Der Bytewert für, ob Unterwebsites automatisch erstellt. |
WADMIN_AUTO_ADD_USER_TO_SUBWEB |
Der Bytewert, ob Benutzer automatisch zu einem Unterweb hinzufügen. |
Project Server-Berechtigungen
Berechtigung |
Beschreibung |
---|---|
Ermöglicht einem Benutzer das Verwalten der Projektwebsite. Die globale Berechtigung. |