ITaxonomyHooksOnAssetCategorizationChange Method
|
This method is invoked association or disassociation between a Category Node and an Asset.
Namespace:
Ingeniux.CMS.Models.Hooks
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax void OnAssetCategorizationChange(
ICategoryNode category,
IAsset asset,
EnumCategorizationAction action
)
Sub OnAssetCategorizationChange (
category As ICategoryNode,
asset As IAsset,
action As EnumCategorizationAction
)
void OnAssetCategorizationChange(
ICategoryNode^ category,
IAsset^ asset,
EnumCategorizationAction action
)
abstract OnAssetCategorizationChange :
category : ICategoryNode *
asset : IAsset *
action : EnumCategorizationAction -> unit
Parameters
- category
- Type: Ingeniux.CMSICategoryNode
The Category Node that has association changed - asset
- Type: Ingeniux.CMSIAsset
The Asset that were associated or disassociation - action
- Type: Ingeniux.CMS.EnumsEnumCategorizationAction
Association or disassociation
Remarks When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also