Skip to content

Commit 83cce7b

Browse files
authored
Merge pull request #208 from docusign/webforms-example-2
Added second web forms example
2 parents 1832adc + 24e3aa2 commit 83cce7b

File tree

227 files changed

+1148
-641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+1148
-641
lines changed

DSHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="DSHelper.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="DSHelper.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Common

ExamplesAPIType.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ExamplesAPIType.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="ExamplesAPIType.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Common
@@ -61,7 +61,7 @@ public enum ExamplesApiType
6161
/// </summary>")]
6262
[Description("nav")]
6363
Navigator = 8,
64-
64+
6565
/// <summary>
6666
/// Maestro
6767
/// </summary>")]

ExamplesApiTypeExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="ExamplesApiTypeExtensions.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="ExamplesApiTypeExtensions.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Common

JWTAuth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="JWTAuth.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="JWTAuth.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Authentication

launcher-csharp/Admin/Controllers/AuditUsers.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="AuditUsers.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="AuditUsers.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Admin.Controllers

launcher-csharp/Admin/Controllers/BulkExportUserData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="BulkExportUserData.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="BulkExportUserData.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Admin.Controllers

launcher-csharp/Admin/Controllers/CloneAccount.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="CloneAccount.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="CloneAccount.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Admin.Controllers

launcher-csharp/Admin/Controllers/CreateAccount.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="CreateAccount.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="CreateAccount.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Admin.Controllers

launcher-csharp/Admin/Controllers/CreateCLMESignUser.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="CreateCLMESignUser.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="CreateCLMESignUser.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Admin.Controllers

launcher-csharp/Admin/Controllers/CreateUser.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// <copyright file="CreateUser.cs" company="DocuSign">
2-
// Copyright (c) DocuSign. All rights reserved.
1+
// <copyright file="CreateUser.cs" company="Docusign">
2+
// Copyright (c) Docusign. All rights reserved.
33
// </copyright>
44

55
namespace DocuSign.CodeExamples.Admin.Controllers

0 commit comments

Comments
 (0)