DigitalSignatureManagerGetAgreementDetails Method

Return the details 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 details of the agreement associated with given workflow.")]
public CreateAgreementDetails GetAgreementDetails(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid  Guid

Return Value

CreateAgreementDetails

See Also