WorkflowManagerGetWorkflowDashboardSummary Method

Return dashboard summary of all workflows.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return dashboard summary of all workflows.")]
public List<WorkflowDashboardItem> GetWorkflowDashboardSummary(
	DateTime fromDate,
	DateTime toDate,
	int? overdueNumber,
	bool isOverdueTasks
)

Parameters

fromDate  DateTime
toDate  DateTime
overdueNumber  NullableInt32
isOverdueTasks  Boolean

Return Value

ListWorkflowDashboardItem

See Also