WorkflowManagerGetWorkflowHistoryReportCount Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return number of records in the history of the given workflow.")]
public int GetWorkflowHistoryReportCount(
	WorkflowHistoryReportCriteria criteria
)

Parameters

criteria  WorkflowHistoryReportCriteria

Return Value

Int32

See Also