Click or drag to resize

CustomHooksOnPageCategorizationChange Method

This method is invoked association or disassociation between a Category Node and an Page.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux_API_Extensions_Development_Harness (in Ingeniux_API_Extensions_Development_Harness.dll) Version: 10.3.169
Syntax
C#
public void OnPageCategorizationChange(
	ICategoryNode category,
	IPage page,
	EnumCategorizationAction action
)

Parameters

category
Type: ICategoryNode
The Category Node that has association changed
page
Type: IPage
The Page that were associated or disassociation
action
Type: EnumCategorizationAction
Association or disassociation

Implements

ITaxonomyHooks.OnPageCategorizationChange(ICategoryNode, IPage, EnumCategorizationAction)
Remarks
When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also