Where do I find the Package Creation Date
Friday, March 11, 2016 at 04:34amesl Support,
Where do I find the package creation date? I've looked at the EslClient object, EslClient.esl.PackageService, as well as the DocumentPackage object and I can't seem to find this date. How can this date be ascertained? I see a DocumentPackage.UpdatedDate, but I don't believe that is the same as the creation date.
Thanks
Nathan
Reply to: Where do I find the Package Creation Date
Friday, March 11, 2016 at 05:59amPackageCompletionReport.Created
In order to get to that I executed the esl clientReportService.DownloadCompletionReport
method which gave me a CompletionReport list which I iterate over. NathanReply to: Where do I find the Package Creation Date
Friday, March 11, 2016 at 07:36am