Skip to content

Commit 93f1ed1

Browse files
committed
Updating the manifest
1 parent 219ab3b commit 93f1ed1

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

ExtensionManifest.json

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,49 @@
44
"number" : "1",
55
"name" : "Requesting a Signature via your App (Embedded Signing)",
66
"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",
88
"method" : "SendEnvelopeForEmbeddedSigning"
99
},
1010
{
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",
1327
"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",
1550
"method" : "SendEnvelopeForEmbeddedSigning"
1651
}
1752
]

0 commit comments

Comments
 (0)