Enum Status
Represents user’s different document status.
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public enum Status : int
Fields
Name | Description |
---|---|
Completed | Enum Completed for value: Completed |
Declined | Enum Declined for value: Declined |
Expired | Enum Expired for value: Expired |
NeedAttention | Enum NeedAttention for value: NeedAttention |
None | Enum None for value: None |
Revoked | Enum Revoked for value: Revoked |
WaitingForMe | Enum WaitingForMe for value: WaitingForMe |
WaitingForOthers | Enum WaitingForOthers for value: WaitingForOthers |