Skip to content

Commit 1e806e7

Browse files
committed
DEVDOCS-14368 - adding codeDepot tags to the new method
1 parent 28326bf commit 1e806e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

launcher-csharp/eSignature/Examples/EmbeddedSending.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public static string SendEnvelopeUsingEmbeddedSending(string signerEmail, string
4141
string envelopeId = results.EnvelopeId;
4242
//ds-snippet-end:eSign11Step2
4343

44-
//ds-snippet-start:eSign11Step3
4544
// Step 3. create the sender view
4645
// Call the CreateSenderView API
4746
// Exceptions will be caught by the calling function
47+
//ds-snippet-start:eSign11Step3
4848
EnvelopeViewRequest viewRequest = PrepareViewRequest(startingView, returnUrl);
4949

5050
ViewUrl result1 = envelopesApi.CreateSenderView(accountId, envelopeId, viewRequest);
@@ -62,6 +62,7 @@ public static string SendEnvelopeUsingEmbeddedSending(string signerEmail, string
6262
return redirectUrl;
6363
}
6464

65+
//ds-snippet-start:eSign11Step3
6566
private static EnvelopeViewRequest PrepareViewRequest(string startingView, string returnUrl)
6667
{
6768
EnvelopeViewSettings viewSettings = new EnvelopeViewSettings
@@ -103,6 +104,7 @@ private static EnvelopeViewRequest PrepareViewRequest(string startingView, strin
103104
};
104105
return viewRequest;
105106
}
107+
//ds-snippet-end:eSign11Step3
106108

107109
//ds-snippet-start:eSign11Step2
108110
private static EnvelopeDefinition MakeEnvelope(string signerEmail, string signerName, string ccEmail, string ccName, string docDocx, string docPdf, string envStatus)

0 commit comments

Comments
 (0)