Click or drag to resize

IPublishContentProcessorHooks Interface


Represents Publish Content Processor 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.492
Syntax
public interface IPublishContentProcessorHooks

The IPublishContentProcessorHooks type exposes the following members.

Methods
 NameDescription
Public methodOnAfterPublishContentProcessing This method is invoked after Publishing Content Processing completes
Public methodOnBeforePublishContentProcessing This method is invoked before Publishing Content Processing begins
Top
See Also