A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ApprovalDefinitionReviewerType

Specifies the type of reviewer

Inheritance
System.Object
ApprovalDefinitionReviewerType
Namespace: EPiServer.Approvals
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class ApprovalDefinitionReviewerType : Enum

Fields

Role

The reviewer is a role

Declaration
public const ApprovalDefinitionReviewerType Role
Field Value
Type Description
ApprovalDefinitionReviewerType

User

The reviewer is a user

Declaration
public const ApprovalDefinitionReviewerType User
Field Value
Type Description
ApprovalDefinitionReviewerType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods