DigitalSignatureManagerIsAuditTrailAvailable Method

Check if audit trail can be downloaded for the agreement associated with given workflow.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if audit trail can be downloaded for the agreement associated with given workflow.")]
public bool IsAuditTrailAvailable(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid  Guid

Return Value

Boolean

See Also