IContentItemHooksT Methods |
The IContentItemHooksT generic type exposes the following members.
Name | Description | |
---|---|---|
OnAfterAssign |
Custom hook that fires after a Content Item is assigned
| |
OnAfterCheckIn |
Custom hook that fires after a Content Item is checked in.
| |
OnAfterCheckOut |
Custom hook that fires after a Content Item is checked out.
| |
OnAfterDelete |
Custom hook that fires after a Content Item is deleted.
| |
OnAfterMarkForPublish |
Custom hook that fires after a Content Item has its marking changed.
| |
OnAfterRollback |
Custom hook that fires after a Content Item is rolled back to a previous version.
| |
OnAfterUndoCheckOut |
Custom hook that fires after a Content Item is reverted to its checked in state.
| |
OnBeforeAssign |
Custom hook that fires before a Content Item is assigned.
| |
OnBeforeCheckIn |
Custom hook that fires before a Content Item is checked in.
| |
OnBeforeCheckOut |
Custom hook that fires before a Content Item is checked out.
| |
OnBeforeDelete |
Custom hook that fires before a Content Item is deleted.
| |
OnBeforeMarkForPublish |
Custom hook that fires before a Content Item has its marking changed.
| |
OnBeforeRollback |
Custom hook that fires before a Content Item is rolled back to a previous version.
| |
OnBeforeUndoCheckOut |
Custom hook that fires before a Content Item is reverted to its checked in state.
| |
OnRename |
Custom hook that fires when a Content Item is renamed.
|