This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DocuSign API Walkthrough 08 in C# - Embedded Signing (launch the recipient view of an envelope) | |
// | |
// To run this sample: | |
// 1) Create a new .NET project. | |
// 2) Add 4 assembly references to the project: System, System.Net, System.XML, and System.XML.Linq | |
// 3) Update the email, password, integrator key, and template information in the code | |
// 4) Compile and Run | |
// | |
// NOTE 1: This sample requires that you first create a Template through the DocuSign member Console. | |
// |