Click or drag to resize

WorkflowManagerGetDocumentStatusReport Method

Return all workflows associated with given document versions.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowDetails> GetDocumentStatusReport(
	DocumentStatusReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerDocumentStatusReportCriteria

Return Value

Type: ListWorkflowDetails
See Also