Click or drag to resize

WorkflowManagerRaiseTaskDelegated Method

Delegates task to specified user.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void RaiseTaskDelegated(
	Guid workflowInstanceGuid,
	Guid taskGuid,
	Guid delegatedToUser
)

Parameters

workflowInstanceGuid
Type: SystemGuid
taskGuid
Type: SystemGuid
delegatedToUser
Type: SystemGuid
See Also