WssInterop.UpdateMembershipForWssSite method
Updates changes in role membership for a specified project site SharePoint site.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateMembershipForWssSite", 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 UpdateMembershipForWssSite ( _
projectUID As Guid, _
lastRevCounter As Integer _
)
'Usage
Dim instance As WssInterop
Dim projectUID As Guid
Dim lastRevCounter As Integer
instance.UpdateMembershipForWssSite(projectUID, _
lastRevCounter)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/UpdateMembershipForWssSite", 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 UpdateMembershipForWssSite(
Guid projectUID,
int lastRevCounter
)
Parameters
projectUID
Type: System.GuidThe unique identifier of the project.
lastRevCounter
Type: System.Int32The counter for the last revision.
Remarks
The role membership changes are those that have occurred since the last revision. The SharePoint roles for a project site are Administrator, Project Manager, Team Member, and Reader.
Project Server Permissions
One of the following permissions is required.
Permission |
Description |
---|---|
Allows the user to manage the project site. Global permission. |
|
Allows the user to publish a project. Category permission. |
|
Allows the user to save a project. Category permission. |