Click or drag to resize

WorkflowManagerGetMyTasks Method

Return the tasks for current user.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowTaskDetails> GetMyTasks(
	UserStatusReportCriteria criteria,
	bool excludeExternalSignatures
)

Parameters

criteria
Type: FileHold.LibraryManagerUserStatusReportCriteria
excludeExternalSignatures
Type: SystemBoolean

Return Value

Type: ListWorkflowTaskDetails
See Also