Click or drag to resize

WorkflowManagerGetActiveAndPostponedWorkflows Method

Return all active and postponed workflows to which user can add documents.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowDetails> GetActiveAndPostponedWorkflows(
	UserStatusReportCriteria criteria,
	ExistingWorkflowSettings workflowSettings
)

Parameters

criteria
Type: FileHold.LibraryManagerUserStatusReportCriteria
workflowSettings
Type: FileHold.LibraryManagerExistingWorkflowSettings

Return Value

Type: ListWorkflowDetails
See Also