Click or drag to resize

PFItemWorkflow_ReassignTask Method

Reassigns a specific task of this workflow to another user.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFTask Workflow_ReassignTask(
	PFTask task,
	PFUser user
)

Parameters

task
Type: Packflow.CorePFTask
user
Type: Packflow.CorePFUser

Return Value

Type: PFTask
See Also