Resource.DeleteDelegations method

Deletes the delegation information used to manage resources.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/DeleteDelegations", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteDelegations ( _
    delegationsUids As Guid() _
)
'Usage
Dim instance As Resource
Dim delegationsUids As Guid()

instance.DeleteDelegations(delegationsUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/DeleteDelegations", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteDelegations(
    Guid[] delegationsUids
)

Parameters

  • delegationsUids
    Type: []

Remarks

Project Server Permissions

Permission

Description

ManageMyDelegations

Allows a user to manage his or her own user delegations.

ManageMyResourceDelegations

Allows a user to manage his or her own resource delegations.

See also

Reference

Resource class

Resource members

WebSvcResource namespace