DigitalSignatureManagerCheckAgreement Method

Return the current status of 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 = "Return the current status of the agreement associated with given workflow.")]
public CheckStatus CheckAgreement(
	Guid workflowInstaceGuid
)

Parameters

workflowInstaceGuid  Guid

Return Value

CheckStatus

See Also