011960be752eec3cb47e6f60ad9b6c7418f5edf3
The `System` namespace was added to `EnvelopeStatus.cs` to enable additional functionality. A documentation URL in the comments was updated to point to a new location, replacing the outdated link. Introduced a new static class `EnvelopeStatusExtensions` with two extension methods for the `EnvelopeStatus` enum: - `IsActive`: Checks if the status is active (between `EnvelopeCreated` and `EnvelopePartlySigned`). - `IsCompleted`: Checks if the status is completed (between `EnvelopeCompletelySigned` and `EnvelopeWithdrawn`).
Description
No description provided
Languages
JavaScript
86.1%
C#
6.8%
HTML
2.8%
Visual Basic .NET
2.7%
CSS
1.1%
Other
0.4%