|
4 | 4 | "number" : "1",
|
5 | 5 | "name" : "Requesting a Signature via your App (Embedded Signing)",
|
6 | 6 | "description" : "This code example demonstrates how to collect eSignatures via DocuSign from within your app without needing to send the signer an email or direct them to an external URL, a process also known as Embedded Signing.",
|
7 |
| - "source" : "https://github.com/docusign/eg-03-csharp-auth-code-grant-core/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
| 7 | + "source" : "https://github.com/docusign/TemporaryCSharpCodeExamples/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
8 | 8 | "method" : "SendEnvelopeForEmbeddedSigning"
|
9 | 9 | },
|
10 | 10 | {
|
11 |
| - "number" : "1", |
12 |
| - "name" : "Requesting a Signature via your App (Embedded Signing)", |
| 11 | + "number" : "2", |
| 12 | + "name" : "Requesting a Signature via Email (Remote Signing)", |
| 13 | + "description" : "This code example demonstrates how to send a signature request for a signer to read and sign via an email, also known as a remote signature request.", |
| 14 | + "source" : "https://github.com/docusign/TemporaryCSharpCodeExamples/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
| 15 | + "method" : "SendEnvelopeForEmbeddedSigning" |
| 16 | + }, |
| 17 | + { |
| 18 | + "number" : "3", |
| 19 | + "name" : "Getting Envelope Information", |
| 20 | + "description" : "This code example demonstrates how to get the full set of data associated with an envelope that was sent by your app.", |
| 21 | + "source" : "https://github.com/docusign/TemporaryCSharpCodeExamples/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
| 22 | + "method" : "SendEnvelopeForEmbeddedSigning" |
| 23 | + }, |
| 24 | + { |
| 25 | + "number" : "4", |
| 26 | + "name" : "Get an envelope's basic information", |
13 | 27 | "description" : "This code example demonstrates how to collect e-ignatures via DocuSign from within your app without needing to send the signer an email or direct them to an external URL, a process also known as Embedded Signing.",
|
14 |
| - "source" : "https://github.com/docusign/eg-03-csharp-auth-code-grant-core/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
| 28 | + "source" : "https://github.com/docusign/TemporaryCSharpCodeExamples/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
| 29 | + "method" : "SendEnvelopeForEmbeddedSigning" |
| 30 | + }, |
| 31 | + { |
| 32 | + "number" : "5", |
| 33 | + "name" : "Listing Envelope Recipients", |
| 34 | + "description" : "This code example demonstrates how to retrieve a list of all envelope recipients and their associated status details, such as the signing status for each envelope document.", |
| 35 | + "source" : "https://github.com/docusign/TemporaryCSharpCodeExamples/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
| 36 | + "method" : "SendEnvelopeForEmbeddedSigning" |
| 37 | + }, |
| 38 | + { |
| 39 | + "number" : "6", |
| 40 | + "name" : "Listing Envelope Documents", |
| 41 | + "description" : "This code example demonstrates how to retrieve a list of all documents within a specific envelope.", |
| 42 | + "source" : "https://github.com/docusign/TemporaryCSharpCodeExamples/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
| 43 | + "method" : "SendEnvelopeForEmbeddedSigning" |
| 44 | + }, |
| 45 | + { |
| 46 | + "number" : "7", |
| 47 | + "name" : "Downloading Envelope Documents", |
| 48 | + "description" : "This code example demonstrates how to retrieve documents from an envelope, such as the generated seal (which is created when a document is completed), a composite PDF of all documents, a zip file containing everything, or a specific document attachment within the envelope.", |
| 49 | + "source" : "https://github.com/docusign/TemporaryCSharpCodeExamples/blob/master/eg-03-csharp-auth-code-grant-core/Examples/EmbeddedSigningCeremony.cs", |
15 | 50 | "method" : "SendEnvelopeForEmbeddedSigning"
|
16 | 51 | }
|
17 | 52 | ]
|
|
0 commit comments