PublicAPI.Docflow.Objects.Tasks.RouteApprovementTask.ReAssign ELMA API Documentation
Reassign task
 
 
Syntax

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

Parameters

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

How to find objects IDs
Examples

See the function use case here
See Also