CustomHooksOnAssetCategorizationChange Method |
This method is invoked association or disassociation between a Category Node and an Asset.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux_API_Extensions_Development_Harness (in Ingeniux_API_Extensions_Development_Harness.dll) Version: 10.3.169
Syntax public void OnAssetCategorizationChange(
ICategoryNode category,
IAsset asset,
EnumCategorizationAction action
)
Parameters
- category
- Type: ICategoryNode
The Category Node that has association changed - asset
- Type: IAsset
The Asset that were associated or disassociation - action
- Type: EnumCategorizationAction
Association or disassociation
Implements
ITaxonomyHooks.OnAssetCategorizationChange(ICategoryNode, IAsset, EnumCategorizationAction)Remarks When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also