Click or drag to resize

WorkflowManagerGetSignOffSheet Method

Return all approval tasks associated with specified document versions.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<SignOffSheetEntry> GetSignOffSheet(
	DocumentStatusReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerDocumentStatusReportCriteria

Return Value

Type: ListSignOffSheetEntry
See Also