Forums
I have seen the example of GetCompletedPackagesWithinDateRangeExample.cs in github from the following link https://github.com/eSignLive/esl.sdk.net/blob/master/sdk/SDK.Examples/src/GetCompletedPackagesWithinDateRangeExample.cs I have seen the following lines of code completedPackages = getPackagesByPackageStatus(DocumentPackageStatus.COMPLETED, START_DATE, END_DATE); What will be next step in order to download all the documents inside of that p