This simple example shows how to update a signer with the .NET SDK. First, a document package is created and sent to two signers. Then, the status of the package is changed to draft and the second signer is updated. Finally, the package is sent again for signing. Note that to update a signer after a package has been sent, you will need to change the status of your package to draft.
This example is part of the .NET SDK GitHub project created by the eSignLive Engineering group. The project is continually updated as changes to the eSignLive application and eSignLive .NET SDK happen. All examples from the project are easily searchable from within the Code Share section, with detailed descriptions or you can visit the examples portion of the SDK project directly:
https://github.com/silanis/esl.sdk.net/tree/master/sdk/SDK.Examples/src
This example is part of the .NET SDK GitHub project created by the eSignLive Engineering group. The project is continually updated as changes to the eSignLive application and eSignLive .NET SDK happen. All examples from the project are easily searchable from within the Code Share section, with detailed descriptions or you can visit the examples portion of the SDK project directly:
https://github.com/silanis/esl.sdk.net/tree/master/sdk/SDK.Examples/src
Rate this Code Share