Click or drag to resize

IPageEvents Interface


Represents the collection of Page events.

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

The IPageEvents type exposes the following members.

Events
 NameDescription
Public eventAfterPageAssign This event is fired after page is assigned.
Public eventAfterPageCheckIn This event is fired after a page is checked in.
Public eventAfterPageCheckOut This event is fired after a page is checked out.
Public eventAfterPageMarkForPublishChange This event is fired after a page had marked-for-publish changes applied to it.
Public eventAfterPageRemoveFromWorkflow This event is fired after a page is removed from a workflow
Public eventAfterPageRollback This event is fired after a page is rolled back.
Public eventAfterPageUndoCheckOut This event is fired after a page undo check-out.
Public eventBeforePageAssign This event is fired before page is assigned.
Public eventBeforePageCheckIn This event is fired before a page is checked in.
Public eventBeforePageCheckOut This event is fired before a page is checked out.
Public eventBeforePageMarkForPublishChange This event is fired before a page has any changes marked for publish.
Public eventBeforePageRemoveFromWorkflow This event is fired before a page is removed from a workflow
Public eventBeforePageRollback This event is fired before a page is rolled back to previous version.
Public eventBeforePageUndoCheckOut This event is fired before a page undo check-out.
Public eventPageCategorizationChanged This event is fired when a Page associated, or unassociated with a Category Node.
Public eventPageRenamed This event is fired after a page is renamed.
Top
See Also