A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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.7
Syntax
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.

Extension Methods