Click or drag to resize

ITaxonomyHooks Methods


The ITaxonomyHooks type exposes the following members.

Methods
  Name Description
Public method OnAfterCategoryDelete This method is invoked after a Category Node was deleted
Public method OnAfterMoveTaxonomy This method is invoked after a Taxonomy Category Node was moved to another location.
Public method OnAssetCategorizationChange This method is invoked association or disassociation between a Category Node and an Asset.
Public method OnBeforeCategoryDelete This method is invoked before a Category Node is deleted
Public method OnBeforeMoveTaxonomy This method is invoked before a Taxonomy Category Node is moved to another location.
Public method OnCategoryCreated This method is invoked after a Category Node was created
Public method 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
Public method OnPageCategorizationChange This method is invoked association or disassociation between a Category Node and an Page.
Top
See Also