DigitalSignatureManagerSendWorkflowToSign Method

Create a digital signature agreement with given documents and recipients. The agreement must be completed at the external signature provider. Open a browser window for the author using the URL provided in SignWorkflowResult.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Create a digital signature agreement with given documents and recipients.")]
public SignWorkflowResult SendWorkflowToSign(
	CreateAgreementDetails agreementDetails,
	string returnUrl
)

Parameters

agreementDetails  CreateAgreementDetails
returnUrl  String
Provide an URL where you want the user to be redirected after they have finished the authoring process at the external sigature provider.

Return Value

SignWorkflowResult

Exceptions

InsufficientPermissionException

See Also