Click or drag to resize

ITaxonomyHooks Methods


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