Click or drag to resize

WorkflowManagerDelegateTasksFromSelection Method

Delegates all tasks related to selected documents.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<TaskInfo> DelegateTasksFromSelection(
	Guid selectionId,
	Guid delegatedToUser
)

Parameters

selectionId
Type: SystemGuid
delegatedToUser
Type: SystemGuid

Return Value

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