Click or drag to resize

ITaxonomyHooks Interface


Represents hooks for Taxonomy entries. The purpose of the hooks is for custom integration to be called on state changes within the CMS.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface ITaxonomyHooks

The ITaxonomyHooks type exposes the following members.

Methods
  NameDescription
Public methodOnAfterCategoryDelete
This method is invoked after a Category Node was deleted
Public methodOnAfterMoveTaxonomy
This method is invoked after a Taxonomy Category Node was moved to another location.
Public methodOnAssetCategorizationChange
This method is invoked association or disassociation between a Category Node and an Asset.
Public methodOnBeforeCategoryDelete
This method is invoked before a Category Node is deleted
Public methodOnBeforeMoveTaxonomy
This method is invoked before a Taxonomy Category Node is moved to another location.
Public methodOnCategoryCreated
This method is invoked after a Category Node was created
Public methodOnCategoryRenamed
This method is invoked after a Category Node was created. DO NOT assign to CategoryNode.Name in third method; otherwise, it will cause infinite loop
Public methodOnPageCategorizationChange
This method is invoked association or disassociation between a Category Node and an Page.
Top
See Also