Skip to content

Commit fd04bb2

Browse files
author
Raileen Del Rosario
committed
adding codeDepot markers
1 parent d2282e0 commit fd04bb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

launcher-csharp/eSignature/Examples/MultipleDelivery.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public class MultipleDelivery
2121
/// <param name="accountId">The DocuSign Account ID (GUID or short version) for which the APIs call would be made</param>
2222
/// <param name="envelopeDefinition">Definition of the prepared envelope.</param>
2323
/// <returns>EnvelopeId for the new envelope.</returns>
24+
//ds-snippet-start:eSign46Step3
2425
public static string SendRequestByMultipleChannels(
2526
string accessToken,
2627
string basePath,
@@ -45,6 +46,8 @@ public static string SendRequestByMultipleChannels(
4546
return results.Data.EnvelopeId;
4647
}
4748

49+
//ds-snippet-end:eSign46Step3
50+
4851
/// <summary>
4952
/// Prepares an envelope definition would include two documents and add a signer and cc recipients to be notified via multiple delivery channels (Email and SMS or WhatsApp).
5053
/// </summary>
@@ -61,6 +64,7 @@ public static string SendRequestByMultipleChannels(
6164
/// <param name="envStatus">Status to set the envelope to.</param>
6265
/// <param name="deliveryMethod">SMS or WhatsApp</param>
6366
/// <returns>EnvelopeId for the new envelope.</returns>
67+
//ds-snippet-start:eSign46Step2
6468
public static EnvelopeDefinition MakeEnvelope(
6569
string signerName,
6670
string signerEmail,
@@ -184,6 +188,8 @@ public static EnvelopeDefinition MakeEnvelope(
184188
return env;
185189
}
186190

191+
//ds-snippet-end:eSign46Step2
192+
187193
private static byte[] Document1(string signerPhone, string signerName, string ccPhone, string ccName)
188194
{
189195
return Encoding.UTF8.GetBytes(

0 commit comments

Comments
 (0)