WorkflowManager.DelegateTasksFromSelection Method

Delegates all tasks related to selected documents.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Delegates all tasks related to selected documents.")]
public List<TaskInfo> DelegateTasksFromSelection(
	Guid selectionId,
	Guid delegatedToUser
)

Parameters

selectionId  Guid
 
delegatedToUser  Guid
 

Return Value

List<TaskInfo>
Information about task which could not be delegated to specified user

See Also