Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface IApprovalCommunication

Interface that specified the approval related event activities

Namespace: EPiServer.WorkflowFoundation.Workflows
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public interface IApprovalCommunication

Events

ApprovalEvent

Specifies the ApprovalEvent activity

Declaration
event EventHandler<ApprovalEventArgs> ApprovalEvent
Event Type
Type Description
System.EventHandler<ApprovalEventArgs>

SetApproversEvent

Specifies the SetApproversEvent activity

Declaration
event EventHandler<SetApproversEventArgs> SetApproversEvent
Event Type
Type Description
System.EventHandler<SetApproversEventArgs>

Extension Methods