Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Simple scenario: Document with two fields. First field is the Signature (capture) and second field is the Title that must be entered by the signatory.
I'm using the SDK to create a package that contains one document to be signed. I want to offer my customer the ability to 'Cancel' a package. Should I use the 'Trash' or the 'Delete Package' method?

Replies Created

Reply to: Package: Trash vs DeletePackage

0 votes
I did some testing and this is exactly it. The 'Trash()' method will send the package to the Trash, meaning this package can be restored. The 'DeletePackage' deletes the package, no restore possible. I will offer both options to my customer. Thanks

Reply to: Package: Trash vs DeletePackage

1 votes
I used the 'DeletePackage' method found in the 'PackageService' class. Code sample in C#: client.PackageService.DeletePackage(id); Hope this help

Subscriptions

Topics Replies Freshness Views Users
Simple scenario: Document with two fields. First field is the Signature (capture) and second field is the Title that must be entered by the signatory.
1 8 years 1 month ago 5
Profile picture for user harishaidary
I'm using the SDK to create a package that contains one document to be signed. I want to offer my customer the ability to 'Cancel' a package. Should I use the 'Trash' or the 'Delete Package' method?
5 7 years 9 months ago 41
Profile picture for user DustinEhle
Profile picture for user ymethot

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.