Interface IApprovalCommunication

Interface that specified the approval related event activities

Namespace: EPiServer.WorkflowFoundation.Workflows
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
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>