Skip to content

Commit 5ea3bd1

Browse files
committed
adding codeDepot markers
1 parent fe4636e commit 5ea3bd1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

launcher-csharp/eSignature/Examples/FocusedView.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static (string, string) SendEnvelopeWithFocusedView(
5454
string envelopeId = results.EnvelopeId;
5555
//ds-snippet-end:eSign44Step3
5656

57-
//ds-snippet-start:eSign44Step6
57+
//ds-snippet-start:eSign44Step5
5858
RecipientViewRequest viewRequest = MakeRecipientViewRequest(signerEmail, signerName, returnUrl, signerClientId, pingUrl);
5959

6060
// call the CreateRecipientView API
@@ -66,7 +66,7 @@ public static (string, string) SendEnvelopeWithFocusedView(
6666

6767
// returning both the envelopeId as well as the url to be used for embedded signing
6868
return (envelopeId, redirectUrl);
69-
//ds-snippet-end:eSign44Step6
69+
//ds-snippet-end:eSign44Step5
7070
}
7171

7272
//ds-snippet-start:eSign44Step4

launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
const signing = docusign.signing({
1616
url: '@ViewBag.Url',
1717
displayFormat: 'focused',
18+
//ds-snippet-start:eSign44Step6
1819
style: {
1920
/** High-level variables that mirror our existing branding APIs. Reusing the branding name here for familiarity. */
2021
branding: {
@@ -32,6 +33,7 @@
3233
position: 'bottom-center'
3334
}
3435
}
36+
//ds-snippet-end:eSign44Step6
3537
});
3638
3739
signing.on('ready', (event) => {
@@ -49,7 +51,6 @@
4951
// Any configuration or API limits will be caught here
5052
});</script>
5153

52-
5354
<!DOCTYPE html>
5455
<html>
5556
<head>

0 commit comments

Comments
 (0)