PublicAPI.Projects.ProjectTaskBase.ProjectTask.ReAssign ELMA API Documentation
Reassign task
 
 
Syntax

public void ReAssign(
	long taskId,
	User newExecutor,
	DateTime startDate,
	DateTime endDate,
	Comment comment
)

Parameters

taskId
Type: System Int64
ID of the task for reassigning
newExecutor
Type: User
New executor. Object. Access path: PublicAPI.Portal.Security.User
startDate
Type: System DateTime
Start date
endDate
Type: System DateTime
End date
comment
Type: Comment
Comment. Object. Access path: PublicAPI.Portal.Objects.Common.Comment
Remarks

How to find objects IDs
Examples

See the function use case here
See Also