ITaxonomyHooksOnPageCategorizationChange Method
|
This method is invoked association or disassociation between a Category Node and an Page.
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnPageCategorizationChange(
ICategoryNode category,
IPage page,
EnumCategorizationAction action
)
Sub OnPageCategorizationChange (
category As ICategoryNode,
page As IPage,
action As EnumCategorizationAction
)
void OnPageCategorizationChange(
ICategoryNode^ category,
IPage^ page,
EnumCategorizationAction action
)
abstract OnPageCategorizationChange :
category : ICategoryNode *
page : IPage *
action : EnumCategorizationAction -> unit Parameters
- category ICategoryNode
- The Category Node that has association changed
- page IPage
- The Page that were associated or disassociation
- action EnumCategorizationAction
- Association or disassociation
RemarksWhen this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also