Click or drag to resize

WorkflowManagerDelegateTasks Method

Delegate specified tasks.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<TaskInfo> DelegateTasks(
	Guid[] tasksToDelegate,
	Guid delegatedToUser
)

Parameters

tasksToDelegate
Type: SystemGuid
delegatedToUser
Type: SystemGuid

Return Value

Type: ListTaskInfo
Information about task which could not be delegated to specified user
See Also