Click or drag to resize

IContentItemHooksT Methods


The IContentItemHooksT generic type exposes the following members.

Methods
  NameDescription
Public methodOnAfterAssign
Custom hook that fires after a Content Item is assigned
Public methodOnAfterCheckIn
Custom hook that fires after a Content Item is checked in.
Public methodOnAfterCheckOut
Custom hook that fires after a Content Item is checked out.
Public methodOnAfterDelete
Custom hook that fires after a Content Item is deleted.
Public methodOnAfterMarkForPublish
Custom hook that fires after a Content Item has its marking changed.
Public methodOnAfterRollback
Custom hook that fires after a Content Item is rolled back to a previous version.
Public methodOnAfterUndoCheckOut
Custom hook that fires after a Content Item is reverted to its checked in state.
Public methodOnBeforeAssign
Custom hook that fires before a Content Item is assigned.
Public methodOnBeforeCheckIn
Custom hook that fires before a Content Item is checked in.
Public methodOnBeforeCheckOut
Custom hook that fires before a Content Item is checked out.
Public methodOnBeforeDelete
Custom hook that fires before a Content Item is deleted.
Public methodOnBeforeMarkForPublish
Custom hook that fires before a Content Item has its marking changed.
Public methodOnBeforeRollback
Custom hook that fires before a Content Item is rolled back to a previous version.
Public methodOnBeforeUndoCheckOut
Custom hook that fires before a Content Item is reverted to its checked in state.
Public methodOnRename
Custom hook that fires when a Content Item is renamed.
Top
See Also