Click or drag to resize

IPublishHooks Interface


Represents Publish 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 IPublishHooks : IPublishContentProcessorHooks

The IPublishHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterPublishContentProcessing
This method is invoked after Publishing Content Processing completes
(Inherited from IPublishContentProcessorHooks.)
Public methodOnBeforePublish
This method is invoked before a Publishing Task is submitted
Public methodOnBeforePublishContentProcessing
This method is invoked before Publishing Content Processing begins
(Inherited from IPublishContentProcessorHooks.)
Public methodOnPublishComplete
This method is invoked after a Publishing Task was completed
Top
See Also