We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd24ec + b63071f commit 22d6183Copy full SHA for 22d6183
launcher-csharp/Workspaces/Examples/SendEnvelopeWithRecipientInfo.cs
@@ -39,7 +39,7 @@ public static async Task<CreateWorkspaceEnvelopeResponse> CreateEnvelopeAsync(
39
//ds-snippet-end:Workspaces3Step4
40
}
41
42
- //ds-snippet-start:Workspaces3Step5
+ //ds-snippet-start:Workspaces3Step6
43
public static async Task<EnvelopeUpdateSummary> SendEnvelopeAsync(
44
string basePath,
45
string accessToken,
@@ -65,6 +65,9 @@ public static async Task<EnvelopeUpdateSummary> SendEnvelopeAsync(
65
});
66
67
68
+ //ds-snippet-end:Workspaces3Step6
69
+
70
+ //ds-snippet-start:Workspaces3Step5
71
private static EnvelopeDefinition MakeEnvelope(string signerEmail, string signerName)
72
{
73
var signHere = new SignHere
0 commit comments