Click or drag to resize

WorkflowManagerGetWorkflowHistoryReport Method

Return the history of operations on the given workflow.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowHistoryInfo> GetWorkflowHistoryReport(
	WorkflowHistoryReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerWorkflowHistoryReportCriteria

Return Value

Type: ListWorkflowHistoryInfo
See Also