Click or drag to resize

IAssetEvents Interface


Represents the collection of Asset events.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IAssetEvents

The IAssetEvents type exposes the following members.

Events
  NameDescription
Public eventAfterAssetAssign
This event is fired after page is assigned.
Public eventAfterAssetCheckIn
This event is fired after a page is checked in.
Public eventAfterAssetCheckOut
This event is fired after a page is checked out.
Public eventAfterAssetMarkForPublishChange
This event is fired after a page had marked-for-publish changes applied to it.
Public eventAfterAssetRollback
This event is fired after a page is rolled back.
Public eventAfterAssetUndoCheckOut
This event is fired after a page undo check-out.
Public eventAssetRenamed
This event is fired after a page is renamed.
Public eventBeforeAssetAssign
This event is fired before page is assigned.
Public eventBeforeAssetCheckIn
This event is fired before a page is checked in.
Public eventBeforeAssetCheckOut
This event is fired before a page is checked out.
Public eventBeforeAssetMarkForPublishChange
This event is fired before a page has any changes marked for publish.
Public eventBeforeAssetRollback
This event is fired before a page is rolled back to previous version.
Public eventBeforeAssetUndoCheckOut
This event is fired before a page undo check-out.
Top
See Also