Skip to content

Commit 22d6183

Browse files
authored
Merge pull request #214 from docusign/workspaces-code-examples
modified Codedepot snippets
2 parents 7fd24ec + b63071f commit 22d6183

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

launcher-csharp/Workspaces/Examples/SendEnvelopeWithRecipientInfo.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static async Task<CreateWorkspaceEnvelopeResponse> CreateEnvelopeAsync(
3939
//ds-snippet-end:Workspaces3Step4
4040
}
4141

42-
//ds-snippet-start:Workspaces3Step5
42+
//ds-snippet-start:Workspaces3Step6
4343
public static async Task<EnvelopeUpdateSummary> SendEnvelopeAsync(
4444
string basePath,
4545
string accessToken,
@@ -65,6 +65,9 @@ public static async Task<EnvelopeUpdateSummary> SendEnvelopeAsync(
6565
});
6666
}
6767

68+
//ds-snippet-end:Workspaces3Step6
69+
70+
//ds-snippet-start:Workspaces3Step5
6871
private static EnvelopeDefinition MakeEnvelope(string signerEmail, string signerName)
6972
{
7073
var signHere = new SignHere

0 commit comments

Comments
 (0)