Click or drag to resize

IContentItemHooksT Methods


The IContentItemHooksT type exposes the following members.

Methods
  Name Description
Public method OnAfterAssign Custom hook that fires after a Content Item is assigned
Public method OnAfterCheckIn Custom hook that fires after a Content Item is checked in.
Public method OnAfterCheckOut Custom hook that fires after a Content Item is checked out.
Public method OnAfterDelete Custom hook that fires after a Content Item is deleted.
Public method OnAfterMarkForPublish Custom hook that fires after a Content Item has its marking changed.
Public method OnAfterRollback Custom hook that fires after a Content Item is rolled back to a previous version.
Public method OnAfterUndoCheckOut Custom hook that fires after a Content Item is reverted to its checked in state.
Public method OnBeforeAssign Custom hook that fires before a Content Item is assigned.
Public method OnBeforeCheckIn Custom hook that fires before a Content Item is checked in.
Public method OnBeforeCheckOut Custom hook that fires before a Content Item is checked out.
Public method OnBeforeDelete Custom hook that fires before a Content Item is deleted.
Public method OnBeforeMarkForPublish Custom hook that fires before a Content Item has its marking changed.
Public method OnBeforeRollback Custom hook that fires before a Content Item is rolled back to a previous version.
Public method OnBeforeUndoCheckOut Custom hook that fires before a Content Item is reverted to its checked in state.
Public method OnRename Custom hook that fires when a Content Item is renamed.
Top
See Also