WorkflowManagerGetActiveWorkflows Method

Return all active workflows to which user can add documents.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all active workflows to which user can add documents.")]
public List<WorkflowDetails> GetActiveWorkflows(
	UserStatusReportCriteria criteria
)

Parameters

criteria  UserStatusReportCriteria

Return Value

ListWorkflowDetails

See Also