Enum ApprovalStatus
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Status of an approval instance
Namespace: EPiServer.Approvals
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum ApprovalStatus
Fields
| Name | Description |
|---|---|
| Approved | The approval instance is approved. |
| InReview | The approval instance is in review. |
| Rejected | The approval instance is rejected. |