Click or drag to resize

IContentItemHooksT Interface


Represents a hook for content items.

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IContentItemHooks<T>
where T : IContentItem

Type Parameters

T
Type inheriting from IContentItem

The IContentItemHooksT 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