Click or drag to resize

IAssetManagerEvents Interface


Represents a collection of asset manager events

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IAssetManagerEvents

The IAssetManagerEvents type exposes the following members.

Events
 NameDescription
Public eventAfterAssetCopy This event is fired after an Asset is copied.
Public eventAfterAssetCrossLocaleCopy This event is fired after an Asset is copied from one Region Root to another.
Public eventAfterAssetDelete This event is fired after an Asset is removed.
Public eventAfterAssetMove This event is fired after an Asset is moved.
Public eventAfterAssetRegionRootCopy This event is fired after a Region Root is copied.
Public eventAfterEmptyAssetRecycleFolder This event is fired before the asset recycle folder is emptied.
Public eventAssetCreated This event is fired when a new Asset is created.
Public eventAssetFileUpdated This method is invoked after an edit to an Asset File is saved.
Public eventBeforeAssetCopy This event is fired before an Asset to be copied.
Public eventBeforeAssetCrossLocaleCopy This event is fired before an Asset is copied from one Region Root to another.
Public eventBeforeAssetDelete This event is fired before an Asset is moved to Recycle Folder.
Public eventBeforeAssetMove This event is fired before an Asset is moved.
Public eventBeforeAssetRegionRootCopy This event is fired before a Region Root is copied.
Public eventBeforeEmptyAssetRecycleFolder This event is fired before the asset recycle folder is emptied.
Top
See Also