Statusing.DelegateAssignments(DelegationDataSet, DateTime, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegates one or more assignments to another resource.
public:
void DelegateAssignments(WebSvcStatusing::DelegationDataSet ^ assignmentDataSet, DateTime startDate, System::String ^ comment);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/DelegateAssignments", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public void DelegateAssignments(WebSvcStatusing.DelegationDataSet assignmentDataSet, DateTime startDate, string comment);
member this.DelegateAssignments : WebSvcStatusing.DelegationDataSet * DateTime * string -> unit
Public Sub DelegateAssignments (assignmentDataSet As DelegationDataSet, startDate As DateTime, comment As String)
Parameters
- assignmentDataSet
- DelegationDataSet
A DelegationDataSet object with information updated to reflect new delegations.
- startDate
- DateTime
When the resource will start on this assignment.
- comment
- String
Comment to send with e-mailed change notifications.
- Attributes
Remarks
The target resource for the delegation must be an enterprise resource.
Notification does not support team delegations.
Project Server Permissions
| ReassignTask | Allows the user to assign resources to tasks. Global permission. |
| SelfAssignTeamTasks | Allows the user to assign tasks to the current user if the team of the current owns the assignment. Applies only if user does not have ReassignTask permission. Global permission. |