Click or drag to resize

ICustomHooks Interface


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface ICustomHooks : IPageHooks, 
	IContentItemHooks<IPage>, IAssetHooks, ITaxonomyHooks, IUserGroupHooks, 
	IWorkflowHooks, IAssetWorkflowHooks, IPublishHooks

The ICustomHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterAssign (Inherited from IContentItemHooksT.)
Public methodOnAfterAssignAsset (Inherited from IAssetHooks.)
Public methodOnAfterCategoryDelete (Inherited from ITaxonomyHooks.)
Public methodOnAfterCheckIn (Inherited from IContentItemHooksT.)
Public methodOnAfterCheckInAsset (Inherited from IAssetHooks.)
Public methodOnAfterCheckOut (Inherited from IContentItemHooksT.)
Public methodOnAfterCheckOutAsset (Inherited from IAssetHooks.)
Public methodOnAfterCopy (Inherited from IPageHooks.)
Public methodOnAfterCopyAsset (Inherited from IAssetHooks.)
Public methodOnAfterCrossLocaleCopy (Inherited from IPageHooks.)
Public methodOnAfterCrossLocaleCopyAsset (Inherited from IAssetHooks.)
Public methodOnAfterDelete (Inherited from IContentItemHooksT.)
Public methodOnAfterDeleteAsset (Inherited from IAssetHooks.)
Public methodOnAfterEmptyAssetRecycleFolder (Inherited from IAssetHooks.)
Public methodOnAfterEmptyRecycleFolder (Inherited from IPageHooks.)
Public methodOnAfterEntitySave
Public methodOnAfterLogout
Public methodOnAfterMarkForPublish (Inherited from IContentItemHooksT.)
Public methodOnAfterMarkForPublishAsset (Inherited from IAssetHooks.)
Public methodOnAfterMove (Inherited from IPageHooks.)
Public methodOnAfterMoveAsset (Inherited from IAssetHooks.)
Public methodOnAfterMoveTaxonomy (Inherited from ITaxonomyHooks.)
Public methodOnAfterPasteSpecial (Inherited from IPageHooks.)
Public methodOnAfterRegionRootCopy (Inherited from IPageHooks.)
Public methodOnAfterRegionRootCopyAsset (Inherited from IAssetHooks.)
Public methodOnAfterRollback (Inherited from IContentItemHooksT.)
Public methodOnAfterRollbackAsset (Inherited from IAssetHooks.)
Public methodOnAfterUndoCheckOut (Inherited from IContentItemHooksT.)
Public methodOnAfterUndoCheckOutAsset (Inherited from IAssetHooks.)
Public methodOnAfterUpload
Public methodOnAfterUserDelete (Inherited from IUserGroupHooks.)
Public methodOnAfterUserGroupDelete (Inherited from IUserGroupHooks.)
Public methodOnAfterWorkflowAdvance (Inherited from IWorkflowHooks.)
Public methodOnAfterWorkflowAdvanceAsset (Inherited from IAssetWorkflowHooks.)
Public methodOnAssetCategorizationChange (Inherited from ITaxonomyHooks.)
Public methodOnBeforeAssign (Inherited from IContentItemHooksT.)
Public methodOnBeforeAssignAsset (Inherited from IAssetHooks.)
Public methodOnBeforeCategoryDelete (Inherited from ITaxonomyHooks.)
Public methodOnBeforeCheckIn (Inherited from IContentItemHooksT.)
Public methodOnBeforeCheckInAsset (Inherited from IAssetHooks.)
Public methodOnBeforeCheckOut (Inherited from IContentItemHooksT.)
Public methodOnBeforeCheckOutAsset (Inherited from IAssetHooks.)
Public methodOnBeforeCopy (Inherited from IPageHooks.)
Public methodOnBeforeCopyAsset (Inherited from IAssetHooks.)
Public methodOnBeforeCrossLocaleCopy (Inherited from IPageHooks.)
Public methodOnBeforeCrossLocaleCopyAsset (Inherited from IAssetHooks.)
Public methodOnBeforeDelete (Inherited from IContentItemHooksT.)
Public methodOnBeforeDeleteAsset (Inherited from IAssetHooks.)
Public methodOnBeforeEmptyAssetRecycleFolder (Inherited from IAssetHooks.)
Public methodOnBeforeEmptyRecycleFolder (Inherited from IPageHooks.)
Public methodOnBeforeEntitySave
Public methodOnBeforeLogout
Public methodOnBeforeMarkForPublish (Inherited from IContentItemHooksT.)
Public methodOnBeforeMarkForPublishAsset (Inherited from IAssetHooks.)
Public methodOnBeforeMove (Inherited from IPageHooks.)
Public methodOnBeforeMoveAsset (Inherited from IAssetHooks.)
Public methodOnBeforeMoveTaxonomy (Inherited from ITaxonomyHooks.)
Public methodOnBeforePasteSpecial (Inherited from IPageHooks.)
Public methodOnBeforePublish (Inherited from IPublishHooks.)
Public methodOnBeforeRegionRootCopy (Inherited from IPageHooks.)
Public methodOnBeforeRegionRootCopyAsset (Inherited from IAssetHooks.)
Public methodOnBeforeRollback (Inherited from IContentItemHooksT.)
Public methodOnBeforeRollbackAsset (Inherited from IAssetHooks.)
Public methodOnBeforeUndoCheckOut (Inherited from IContentItemHooksT.)
Public methodOnBeforeUndoCheckOutAsset (Inherited from IAssetHooks.)
Public methodOnBeforeUpload
Public methodOnBeforeUserDelete (Inherited from IUserGroupHooks.)
Public methodOnBeforeUserGroupDelete (Inherited from IUserGroupHooks.)
Public methodOnBeforeWorkflowAdvance (Inherited from IWorkflowHooks.)
Public methodOnBeforeWorkflowAdvanceAsset (Inherited from IAssetWorkflowHooks.)
Public methodOnCategoryCreated (Inherited from ITaxonomyHooks.)
Public methodOnCategoryRenamed (Inherited from ITaxonomyHooks.)
Public methodOnNew (Inherited from IPageHooks.)
Public methodOnNewAsset (Inherited from IAssetHooks.)
Public methodOnPageCategorizationChange (Inherited from ITaxonomyHooks.)
Public methodOnPublishComplete (Inherited from IPublishHooks.)
Public methodOnRename (Inherited from IContentItemHooksT.)
Public methodOnRenameAsset (Inherited from IAssetHooks.)
Public methodOnUpdateAsset (Inherited from IAssetHooks.)
Public methodOnUserCreated (Inherited from IUserGroupHooks.)
Public methodOnUserGroupCreated (Inherited from IUserGroupHooks.)
Top
See Also