ICustomHooksOnCategoryRenamed Method Ingeniux CMS Content Store API

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void OnCategoryRenamed(
	string oldName,
	string newName,
	ICategoryNode category,
	IUserWriteSession session
)

Parameters

oldName
Type: SystemString

[Missing <param name="oldName"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnCategoryRenamed(System.String,System.String,Ingeniux.CMS.ICategoryNode,Ingeniux.CMS.IUserWriteSession)"]

newName
Type: SystemString

[Missing <param name="newName"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnCategoryRenamed(System.String,System.String,Ingeniux.CMS.ICategoryNode,Ingeniux.CMS.IUserWriteSession)"]

category
Type: Ingeniux.CMSICategoryNode

[Missing <param name="category"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnCategoryRenamed(System.String,System.String,Ingeniux.CMS.ICategoryNode,Ingeniux.CMS.IUserWriteSession)"]

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnCategoryRenamed(System.String,System.String,Ingeniux.CMS.ICategoryNode,Ingeniux.CMS.IUserWriteSession)"]

See Also

Reference