Class ApprovalActionType
The types of action a Approval
Inheritance
System.Object
ApprovalActionType
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class ApprovalActionType : Enum
Fields
Approve
A approval action
Declaration
public const ApprovalActionType Approve
Field Value
Type | Description |
---|---|
Approval |
ApproveStep
A step approval action
Declaration
public const ApprovalActionType ApproveStep
Field Value
Type | Description |
---|---|
Approval |
CommentStep
A step comment action
Declaration
public const ApprovalActionType CommentStep
Field Value
Type | Description |
---|---|
Approval |
Reject
A reject action
Declaration
public const ApprovalActionType Reject
Field Value
Type | Description |
---|---|
Approval |
RejectStep
A step approval action
Declaration
public const ApprovalActionType RejectStep
Field Value
Type | Description |
---|---|
Approval |
Unknown
Approval type is unknown
Declaration
public const ApprovalActionType Unknown
Field Value
Type | Description |
---|---|
Approval |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |