Class ApprovalActionType
The types of action a ApprovalActivity can record.
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 |
---|---|
ApprovalActionType |
ApproveStep
A step approval action
Declaration
public const ApprovalActionType ApproveStep
Field Value
Type | Description |
---|---|
ApprovalActionType |
CommentStep
A step comment action
Declaration
public const ApprovalActionType CommentStep
Field Value
Type | Description |
---|---|
ApprovalActionType |
Reject
A reject action
Declaration
public const ApprovalActionType Reject
Field Value
Type | Description |
---|---|
ApprovalActionType |
RejectStep
A step approval action
Declaration
public const ApprovalActionType RejectStep
Field Value
Type | Description |
---|---|
ApprovalActionType |
Unknown
Approval type is unknown
Declaration
public const ApprovalActionType Unknown
Field Value
Type | Description |
---|---|
ApprovalActionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |