Skip to content

Commit a2861c8

Browse files
committed
fixed build issues
1 parent fd11734 commit a2861c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

launcher-csharp/eSignature/Controllers/DeleteRestoreEnvelope.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ namespace DocuSign.CodeExamples.ESignature.Controllers
1616
[Route("Eg045")]
1717
public class DeleteRestoreEnvelope : EgController
1818
{
19+
private const string DeleteFolderId = "recyclebin";
20+
1921
private const string SentItemsFolderName = "Sent Items";
2022

2123
public DeleteRestoreEnvelope(DsConfiguration config, LauncherTexts launcherTexts, IRequestItemsService requestItemsService)

0 commit comments

Comments
 (0)