You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: launcher-csharp/eSignature/Examples/MultipleDelivery.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ public class MultipleDelivery
21
21
/// <param name="accountId">The DocuSign Account ID (GUID or short version) for which the APIs call would be made</param>
22
22
/// <param name="envelopeDefinition">Definition of the prepared envelope.</param>
23
23
/// <returns>EnvelopeId for the new envelope.</returns>
24
+
//ds-snippet-start:eSign46Step3
24
25
publicstaticstringSendRequestByMultipleChannels(
25
26
stringaccessToken,
26
27
stringbasePath,
@@ -45,6 +46,8 @@ public static string SendRequestByMultipleChannels(
45
46
returnresults.Data.EnvelopeId;
46
47
}
47
48
49
+
//ds-snippet-end:eSign46Step3
50
+
48
51
/// <summary>
49
52
/// 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).
50
53
/// </summary>
@@ -61,6 +64,7 @@ public static string SendRequestByMultipleChannels(
61
64
/// <param name="envStatus">Status to set the envelope to.</param>
62
65
/// <param name="deliveryMethod">SMS or WhatsApp</param>
63
66
/// <returns>EnvelopeId for the new envelope.</returns>
67
+
//ds-snippet-start:eSign46Step2
64
68
publicstaticEnvelopeDefinitionMakeEnvelope(
65
69
stringsignerName,
66
70
stringsignerEmail,
@@ -184,6 +188,8 @@ public static EnvelopeDefinition MakeEnvelope(
0 commit comments