Click or drag to resize

IPageHooks Interface


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IPageHooks : IContentItemHooks<IPage>

The IPageHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterAssign (Inherited from IContentItemHooksT.)
Public methodOnAfterCheckIn (Inherited from IContentItemHooksT.)
Public methodOnAfterCheckOut (Inherited from IContentItemHooksT.)
Public methodOnAfterCopy
Public methodOnAfterCrossLocaleCopy
Public methodOnAfterDelete (Inherited from IContentItemHooksT.)
Public methodOnAfterEmptyRecycleFolder
Public methodOnAfterMarkForPublish (Inherited from IContentItemHooksT.)
Public methodOnAfterMove
Public methodOnAfterPasteSpecial
Public methodOnAfterRegionRootCopy
Public methodOnAfterRollback (Inherited from IContentItemHooksT.)
Public methodOnAfterUndoCheckOut (Inherited from IContentItemHooksT.)
Public methodOnBeforeAssign (Inherited from IContentItemHooksT.)
Public methodOnBeforeCheckIn (Inherited from IContentItemHooksT.)
Public methodOnBeforeCheckOut (Inherited from IContentItemHooksT.)
Public methodOnBeforeCopy
Public methodOnBeforeCrossLocaleCopy
Public methodOnBeforeDelete (Inherited from IContentItemHooksT.)
Public methodOnBeforeEmptyRecycleFolder
Public methodOnBeforeMarkForPublish (Inherited from IContentItemHooksT.)
Public methodOnBeforeMove
Public methodOnBeforePasteSpecial
Public methodOnBeforeRegionRootCopy
Public methodOnBeforeRollback (Inherited from IContentItemHooksT.)
Public methodOnBeforeUndoCheckOut (Inherited from IContentItemHooksT.)
Public methodOnNew
Public methodOnRename (Inherited from IContentItemHooksT.)
Top
See Also