Skip to content

Commit 9aca68e

Browse files
committed
Minor tweaks
1 parent 7dcd21f commit 9aca68e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

launcher-csharp/eSignature/Examples/CreateEnvelopeWithMultipleDocumentTypes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public static (bool statusOk, string envelopeId, string errorCode, string errorM
118118
buffer.Write(crlf);
119119
buffer.Flush();
120120
}
121+
121122
//ds-snippet-start:eSign10Step4
122123
WebResponse response = null;
123124
WebException webEx = null;

launcher-csharp/eSignature/Examples/EmbeddedSending.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public static string SendEnvelopeUsingEmbeddedSending(string signerEmail, string
5858
{
5959
redirectUrl = redirectUrl.Replace("send=1", "send=0");
6060
}
61+
6162
//ds-snippet-end:eSign11Step3
6263

6364
return redirectUrl;
@@ -217,6 +218,7 @@ private static byte[] Document1(string signerEmail, string signerName, string cc
217218
" </body>\n" +
218219
" </html>");
219220
}
221+
220222
//ds-snippet-end:eSign11Step2
221223
}
222224
}

launcher-csharp/eSignature/Examples/SetDocumentVisibility.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ private static EnvelopeDefinition PrepareEnvelope(
8282
{
8383
EmailSubject = "Please sign this document set",
8484
Documents = PrepareDocumentsForTemplate(docPdf, docDocx, docHtml),
85+
EnforceSignerVisibility = "true",
8586
};
8687

8788
Signer signer1 = PrepareSigner(

0 commit comments

Comments
 (0)