Click or drag to resize

IPageHooks Methods


The IPageHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterAddToWorkflow
This method is invoked after a Page is added to a workflow.
Public methodOnAfterAssign
Custom hook that fires after a Content Item is assigned
(Inherited from IContentItemHooksT.)
Public methodOnAfterCheckIn
Custom hook that fires after a Content Item is checked in.
(Inherited from IContentItemHooksT.)
Public methodOnAfterCheckOut
Custom hook that fires after a Content Item is checked out.
(Inherited from IContentItemHooksT.)
Public methodOnAfterCopy
Custom hook that fires after a Page is copied.
Public methodOnAfterCrossLocaleCopy
Custom hook that fires after a Page is lingually copied.
Public methodOnAfterDelete
Custom hook that fires after a Content Item is deleted.
(Inherited from IContentItemHooksT.)
Public methodOnAfterEmptyRecycleFolder
Custom hook that fires after the Recycle Folder is emptied
Public methodOnAfterMarkForPublish
Custom hook that fires after a Content Item has its marking changed.
(Inherited from IContentItemHooksT.)
Public methodOnAfterMove
Custom hook that fires after a Page is moved.
Public methodOnAfterPasteSpecial
Custom hook that fires after a copied Page is pasted.
Public methodOnAfterRegionRootCopy
Custom hook that fires after a Region Root is lingually copied.
Public methodOnAfterRemoveFromWorkflow
This method is invoked after a Page is removed from a workflow.
Public methodOnAfterRollback
Custom hook that fires after a Content Item is rolled back to a previous version.
(Inherited from IContentItemHooksT.)
Public methodOnAfterUndoCheckOut
Custom hook that fires after a Content Item is reverted to its checked in state.
(Inherited from IContentItemHooksT.)
Public methodOnBeforeAddToWorkflow
This method is invoked before a Page is added to a workflow.
Public methodOnBeforeAssign
Custom hook that fires before a Content Item is assigned.
(Inherited from IContentItemHooksT.)
Public methodOnBeforeCheckIn
Custom hook that fires before a Content Item is checked in.
(Inherited from IContentItemHooksT.)
Public methodOnBeforeCheckOut
Custom hook that fires before a Content Item is checked out.
(Inherited from IContentItemHooksT.)
Public methodOnBeforeCopy
Custom hook that fires before a Page is copied.
Public methodOnBeforeCrossLocaleCopy
Custom hook that fires before a Page is lingually copied.
Public methodOnBeforeDelete
Custom hook that fires before a Content Item is deleted.
(Inherited from IContentItemHooksT.)
Public methodOnBeforeEmptyRecycleFolder
Custom hook that fires before the Recycle Folder is emptied
Public methodOnBeforeMarkForPublish
Custom hook that fires before a Content Item has its marking changed.
(Inherited from IContentItemHooksT.)
Public methodOnBeforeMove
Custom hook that fires before a Page is moved.
Public methodOnBeforePasteSpecial
Custom hook that fires before a copied Page is pasted.
Public methodOnBeforeRegionRootCopy
Custom hook that fires before a Region Root is lingually copied.
Public methodOnBeforeRemoveFromWorkflow
This method is invoked before a Page is removed from a workflow.
Public methodOnBeforeRollback
Custom hook that fires before a Content Item is rolled back to a previous version.
(Inherited from IContentItemHooksT.)
Public methodOnBeforeUndoCheckOut
Custom hook that fires before a Content Item is reverted to its checked in state.
(Inherited from IContentItemHooksT.)
Public methodOnNew
Custom hook that fires when a new Page is created.
Public methodOnRename
Custom hook that fires when a Content Item is renamed.
(Inherited from IContentItemHooksT.)
Top
See Also