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 : Enum
Fields
Comment
No decision, only adding a comment
Declaration
public const ApprovalDecisionScope Comment
Field 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 Force
Field 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 ForceStep
Field Value
Type | Description |
---|---|
ApprovalDecisionScope |
Step
Decision for a step where the user is in the current step's definition.
Declaration
public const ApprovalDecisionScope Step
Field Value
Type | Description |
---|---|
ApprovalDecisionScope |
Undecided
No decision has yet been taken.
Declaration
public const ApprovalDecisionScope Undecided
Field Value
Type | Description |
---|---|
ApprovalDecisionScope |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |