Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads 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/ReadDelegations", 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 Function ReadDelegations ( _
filter As DelegationFilter, _
resUid As Guid _
) As UserDelegationDataSet
'Usage
Dim instance As Resource
Dim filter As DelegationFilter
Dim resUid As Guid
Dim returnValue As UserDelegationDataSet
returnValue = instance.ReadDelegations(filter, _
resUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/ReadDelegations", 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 UserDelegationDataSet ReadDelegations(
DelegationFilter filter,
Guid resUid
)
Parameters
- filter
Type: WebSvcResource.DelegationFilter
- resUid
Type: System.Guid
Return value
Type: WebSvcResource.UserDelegationDataSet
Returns UserDelegationDataSet.
Remarks
Project Server Permissions
Permission |
Description |
|---|---|
Non-standard |
You must have either the ManageWorkflow or ChangeWorkflow global permission. If you have ChangeWorkflow permission, you must also have both the OpenProject and SaveProject category permissions. |