ISiteEvents Interface Ingeniux CMS Content Store API

Represents the collection of Site object events.

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

public interface ISiteEvents

The ISiteEvents type exposes the following members.

Events

  NameDescription
Public eventAfterCrossLocaleCopy
This event is fired after a Page is copied across Region Roots.
Public eventAfterEmptyRecycleFolder
This event is fired after Recycle Folder is emptied.
Public eventAfterPageCopy
This event is fired after a Page is copied.
Public eventAfterPageDelete
This event is fired after a Page is removed.
Public eventAfterPageMove
This event is fired after a Page is moved.
Public eventAfterRegionRootCopy
This event is fired after a Region Root is copied.
Public eventBeforeCrossLocaleCopy
This event is fired before a Page is copied across Region Roots.
Public eventBeforeEmptyRecycleFolder
This event is fired before emptying the Recycle Folder.
Public eventBeforePageCopy
This event is fired before a Page to be copied.
Public eventBeforePageDelete
This event is fired before a Page is moved to Recycle Folder.
Public eventBeforePageMove
This event is fired before a Page is moved.
Public eventBeforeRegionRootCopy
This event is fired before a Region Root is copied.
Public eventPageCreated
This event is fired when a new Page is created.
Top
See Also

Reference