Compartir a través de


del método WssInterop.UpdateWssSettings

Actualiza la configuración de aprovisionamiento de sitio del proyecto en SharePoint Server.

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

Sintaxis

'Declaración
<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 _
)
'Uso
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
)

Parámetros

Comentarios

La configuración de sitio del proyecto incluye los siguientes campos en la WssSettingsDataSet:

Campo

Descripción

WADMIN_CURRENT_STS_SERVER_UID

El identificador único del servidor de SharePoint.

WADMIN_DEFAULT_SITE_COLLECTION

El identificador de colección de sitios.

WADMIN_STS_TEMPLATE_ID

El identificador de plantilla de sitio del proyecto.

WADMIN_STS_TEMPLATE_LCID

El valor de LCID de plantilla de sitio del proyecto. es 1033 para inglés de Estados Unidos.

WADMIN_AUTO_CREATE_SUBWEBS

El valor de byte de si va a crear automáticamente subwebs.

WADMIN_AUTO_ADD_USER_TO_SUBWEB

El valor de byte de si se va a agregar automáticamente los usuarios a un subweb.

Permisos de Project Server

Permiso

Descripción

ManageWindowsSharePointServices

Permite a un usuario administrar la sitio del proyecto. Permiso global.

Vea también

Referencia

clase WssInterop

Miembros WssInterop

Espacio de nombres WebSvcWssInterop