WssInterop.UpdateWssSettings Method

Updates settings for project workspace provisioning in Microsoft Windows SharePoint Services.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateWssSettings", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    ResponseNamespace := "http://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("http://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateWssSettings", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateWssSettings(
    WssSettingsDataSet wssSettingsDataSet
)

Parameters

Remarks

The project workspace settings include the following fields in the WssSettingsDataSet:

Field

Description

WADMIN_CURRENT_STS_SERVER_UID

GUID of the Windows SharePoint Services server.

WADMIN_DEFAULT_SITE_COLLECTION

Site collection ID.

WADMIN_STS_TEMPLATE_ID

Workspace template ID.

WADMIN_STS_TEMPLATE_LCID

Workspace template LCID value. 1033 is for US English.

WADMIN_AUTO_CREATE_SUBWEBS

Byte value for whether to automatically create subwebs.

WADMIN_AUTO_ADD_USER_TO_SUBWEB

Byte value for whether to automatically add users to a subweb.

Project Server Permissions

Permission

Description

ManageWindowsSharePointServices

Manage the project workspace site. Global permission.

See Also

Reference

WssInterop Class

WssInterop Members

WebSvcWssInterop Namespace