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.6.308
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 eventAfterAssetRemoveFromWorkflow
This event is fired after an asset is removed from a workflow
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 eventAssetCategorizationChanged
This event is fired when a Asset associated, or unassociated with a Category Node.
Public eventAssetCheckedInContentUpdated
This event is fired when a Asset was checked with actual text/binary content change
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 eventBeforeAssetRemoveFromWorkflow
This event is fired before an asset is removed from a workflow
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