Enum FirstAcceptUserDecision
Describes the possible FirstAccept decisions of a user.
Syntax
public enum FirstAcceptUserDecision
Fields
| Name | Description |
|---|---|
| Accepted | Used when the user accepted the document. |
| NotDecided | Used when the user is not decided yet whether he/she would like to work on the document. |
| Rejected | Used when the user rejected the document. |