WorkflowManagerGetUserStatusReportWithDocumentCount Method

Return all workflows which user is allowed to review with the number of all workflows.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all workflows which user is allowed to review with the number of all workflows.")]
public WorkflowDetailsWithDocumentCount GetUserStatusReportWithDocumentCount(
	UserStatusReportCriteria criteria
)

Parameters

criteria  UserStatusReportCriteria
 

Return Value

WorkflowDetailsWithDocumentCount

See Also