Class 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.
Inheritance
System.Object
    ApprovalDecisionScope
  Namespace: EPiServer.Approvals
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class ApprovalDecisionScope : EnumFields
Comment
No decision, only adding a comment
Declaration
public const ApprovalDecisionScope CommentField Value
| Type | Description | 
|---|---|
| ApprovalDecisionScope | 
Force
Decision for the whole approval instance regardless of if the user is part of the current step's definition.
Declaration
public const ApprovalDecisionScope ForceField Value
| Type | Description | 
|---|---|
| ApprovalDecisionScope | 
ForceStep
Decision for a step regardless of if the user is part of the current step's definition.
Declaration
public const ApprovalDecisionScope ForceStepField Value
| Type | Description | 
|---|---|
| ApprovalDecisionScope | 
Step
Decision for a step where the user is in the current step's definition.
Declaration
public const ApprovalDecisionScope StepField Value
| Type | Description | 
|---|---|
| ApprovalDecisionScope | 
Undecided
No decision has yet been taken.
Declaration
public const ApprovalDecisionScope UndecidedField Value
| Type | Description | 
|---|---|
| ApprovalDecisionScope | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
