Click or drag to resize

IWorkflowHooks Interface


Represents workflow hooks. The purpose of the hooks is for custom integration to be called on state changes within the CMS.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface IWorkflowHooks

The IWorkflowHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterWorkflowAdvance
This method is invoked after a Workflow advanced through a Transition
Public methodOnBeforeWorkflowAdvance
This method is invoked before a Workflow advances through a Transition
Top
See Also