London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ApprovalDecisionScope

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. The scope of an approval step decision.

Namespace: EPiServer.Approvals
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum ApprovalDecisionScope

Fields

Name Description
Force

Decision for the whole approval instance regardless of if the user is part of the current step's definition.

ForceStep

Decision for a step regardless of if the user is part of the current step's definition.

Step

Decision for a step where the user is in the current step's definition.

Undecided

No decision has yet been taken.

Extension Methods