Click or drag to resize

IAssetWorkflowHooks Interface


Represents asset 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 IAssetWorkflowHooks

The IAssetWorkflowHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterWorkflowAdvanceAsset
This method is invoked after a content item was advanced in workflow.
Public methodOnBeforeWorkflowAdvanceAsset
This method is invoked before a content item is advanced in workflow.
Top
See Also