This simple C# example code shows you how to use the .NET SDK to retrieve completed packages within a date range. Packages are returned to you as a page from eSignLive. The maximum number of package you can retrieve per page is 50.
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