Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Mar 20, 2024
1 parent 7dcd21f commit 9aca68e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public static (bool statusOk, string envelopeId, string errorCode, string errorM
buffer.Write(crlf);
buffer.Flush();
}

//ds-snippet-start:eSign10Step4
WebResponse response = null;
WebException webEx = null;
Expand Down
2 changes: 2 additions & 0 deletions launcher-csharp/eSignature/Examples/EmbeddedSending.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public static string SendEnvelopeUsingEmbeddedSending(string signerEmail, string
{
redirectUrl = redirectUrl.Replace("send=1", "send=0");
}

//ds-snippet-end:eSign11Step3

return redirectUrl;
Expand Down Expand Up @@ -217,6 +218,7 @@ private static byte[] Document1(string signerEmail, string signerName, string cc
" </body>\n" +
" </html>");
}

//ds-snippet-end:eSign11Step2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private static EnvelopeDefinition PrepareEnvelope(
{
EmailSubject = "Please sign this document set",
Documents = PrepareDocumentsForTemplate(docPdf, docDocx, docHtml),
EnforceSignerVisibility = "true",
};

Signer signer1 = PrepareSigner(
Expand Down

0 comments on commit 9aca68e

Please sign in to comment.