ITaxonomyHooks Interface |
Namespace: Ingeniux.CMS.Models.Hooks
The ITaxonomyHooks type exposes the following members.
Name | Description | |
---|---|---|
OnAfterCategoryDelete |
This method is invoked after a Category Node was deleted
| |
OnAfterMoveTaxonomy |
This method is invoked after a Taxonomy Category Node was moved to another location.
| |
OnAssetCategorizationChange |
This method is invoked association or disassociation between a Category Node and an Asset.
| |
OnBeforeCategoryDelete |
This method is invoked before a Category Node is deleted
| |
OnBeforeMoveTaxonomy |
This method is invoked before a Taxonomy Category Node is moved to another location.
| |
OnCategoryCreated |
This method is invoked after a Category Node was created
| |
OnCategoryRenamed |
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
| |
OnPageCategorizationChange |
This method is invoked association or disassociation between a Category Node and an Page.
|