Click or drag to resize

WorkflowManagerGetWorkflowHistoryReportCount Method

Return number of records in the history of the given workflow.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetWorkflowHistoryReportCount(
	WorkflowHistoryReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerWorkflowHistoryReportCriteria

Return Value

Type: Int32
See Also