Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: How to retrieve file name of a document?

0 votes
Hey, The sample code below will show you how to retrieve the document names in a package. The first step is to retrieve the package. Once you have it, you need to loop through the list and print out the document names. Let me know if it helps.
 public static void Main(string[] args)
        {
            string apiKey = "your_api_key";
            string url = "https://sandbox.esignlive.com/api";

            EslClient esl = new EslClient(apiKey, url);

            PackageId packageId = new PackageId("d9355f04-9bb2-4219-b9fa-734f2650a939");
            DocumentPackage package = esl.GetPackage(packageId);

            IList documentsHistory = package.Documents;

            for (int i = 0; i 

Subscriptions

Topics Replies Freshness Views Users
Hello, I am using eSignLive in my UWP project. It was working fine last couple of weeks before.
21 5 years 10 months ago 1,285
Profile picture for user harishaidary
Hi, We are seeing very slow performance - both in API responses as well as trying to use the web UI. The API is also sporadically returning us 500 errors.
2 5 years 11 months ago 19
Profile picture for user harishaidary
Hi there I'm just starting out with eSignLive and running through the .NET SDK samples. All the sample code I've tested so far executes fine except for the URL created for the Designer View.
5 5 years 11 months ago 44
Profile picture for user harishaidary
Hi, To the above link response, I am posting the request here.
2 5 years 11 months ago 35
Profile picture for user harishaidary
Hi Is it possible for end-user to create the own document templates by indicating the signature block in doc, pdf files? For example: Open the doc or pdf file in the edit mode, user insert the ta
3 5 years 10 months ago 13
Profile picture for user harishaidary

Code Share

Example code to change package status to draft .
  • Java
  • package status
  • Java SDK
20 views
0 downloads
Example code to set a signer workflow.
  • Java
  • Java SDK
  • workflow
  • signer order
11 views
2 downloads
Example code to create, retrieve, and apply layouts.
  • Java
  • Layout
  • Java SDK
15 views
2 downloads
Create a document package using text anchors.
  • Java
  • document
  • text anchor
  • Java SDK
  • extraction
4 views
3 downloads
Example code to request Q&A authentication challenge to a signer. 
  • Java
  • authentication
  • Java SDK
  • q&a
28 views
1 downloads

Subscriptions Release Notes

This user is not subscribed to any release notes.