Click or drag to resize

WorkflowManagerGetWorkflowInitiatorsReport Method

Return all workflows and their initiators.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowInitiatorInfo> GetWorkflowInitiatorsReport(
	WorkflowInitiatorsReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerWorkflowInitiatorsReportCriteria

Return Value

Type: ListWorkflowInitiatorInfo
See Also