IPublishingTargetEvents Interface Ingeniux CMS Content Store API

Represent the collection of Publishing Target events.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IPublishingTargetEvents

The IPublishingTargetEvents type exposes the following members.

Events

  NameDescription
Public eventAfterPublishingTargetMarkForPublishChange
This event is fired after any Publishing Target is marked for publish, unmarked for publish, or has its marking version changed.
Public eventBeforePublish
This event is fired before a Publishing Task is submitted.
Public eventBeforePublishingTargetMarkForPublishChange
This event is fired before any Publishing Target is marked for publish, unmarked for publish, or has its marking version changed.
Public eventPublished
This event is fired after a Publishing Task is completed.
Top
See Also

Reference