Click or drag to resize

IPageHooks Methods


The IPageHooks type exposes the following members.

Methods
  Name Description
Public method OnAfterAddToWorkflow This method is invoked after a Page is added to a workflow.
Public method OnAfterAssign Custom hook that fires after a Content Item is assigned
(Inherited from IContentItemHooksT)
Public method OnAfterCheckIn Custom hook that fires after a Content Item is checked in.
(Inherited from IContentItemHooksT)
Public method OnAfterCheckOut Custom hook that fires after a Content Item is checked out.
(Inherited from IContentItemHooksT)
Public method OnAfterCopy Custom hook that fires after a Page is copied.
Public method OnAfterCrossLocaleCopy Custom hook that fires after a Page is lingually copied.
Public method OnAfterDelete Custom hook that fires after a Content Item is deleted.
(Inherited from IContentItemHooksT)
Public method OnAfterEmptyRecycleFolder Custom hook that fires after the Recycle Folder is emptied
Public method OnAfterMarkForPublish Custom hook that fires after a Content Item has its marking changed.
(Inherited from IContentItemHooksT)
Public method OnAfterMove Custom hook that fires after a Page is moved.
Public method OnAfterPasteSpecial Custom hook that fires after a copied Page is pasted.
Public method OnAfterRegionRootCopy Custom hook that fires after a Region Root is lingually copied.
Public method OnAfterRemoveFromWorkflow This method is invoked after a Page is removed from a workflow.
Public method OnAfterRollback Custom hook that fires after a Content Item is rolled back to a previous version.
(Inherited from IContentItemHooksT)
Public method OnAfterUndoCheckOut Custom hook that fires after a Content Item is reverted to its checked in state.
(Inherited from IContentItemHooksT)
Public method OnBeforeAddToWorkflow This method is invoked before a Page is added to a workflow.
Public method OnBeforeAssign Custom hook that fires before a Content Item is assigned.
(Inherited from IContentItemHooksT)
Public method OnBeforeCheckIn Custom hook that fires before a Content Item is checked in.
(Inherited from IContentItemHooksT)
Public method OnBeforeCheckOut Custom hook that fires before a Content Item is checked out.
(Inherited from IContentItemHooksT)
Public method OnBeforeCopy Custom hook that fires before a Page is copied.
Public method OnBeforeCrossLocaleCopy Custom hook that fires before a Page is lingually copied.
Public method OnBeforeDelete Custom hook that fires before a Content Item is deleted.
(Inherited from IContentItemHooksT)
Public method OnBeforeEmptyRecycleFolder Custom hook that fires before the Recycle Folder is emptied
Public method OnBeforeMarkForPublish Custom hook that fires before a Content Item has its marking changed.
(Inherited from IContentItemHooksT)
Public method OnBeforeMove Custom hook that fires before a Page is moved.
Public method OnBeforePasteSpecial Custom hook that fires before a copied Page is pasted.
Public method OnBeforeRegionRootCopy Custom hook that fires before a Region Root is lingually copied.
Public method OnBeforeRemoveFromWorkflow This method is invoked before a Page is removed from a workflow.
Public method OnBeforeRollback Custom hook that fires before a Content Item is rolled back to a previous version.
(Inherited from IContentItemHooksT)
Public method OnBeforeUndoCheckOut Custom hook that fires before a Content Item is reverted to its checked in state.
(Inherited from IContentItemHooksT)
Public method OnNew Custom hook that fires when a new Page is created.
Public method OnRename Custom hook that fires when a Content Item is renamed.
(Inherited from IContentItemHooksT)
Top
See Also