Click or drag to resize

IContentItemHooksTOnRename Method


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void OnRename(
	string oldName,
	string newName,
	T contentItem,
	IUserWriteSession session
)

Parameters

oldName
Type: SystemString

[Missing <param name="oldName"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnRename(System.String,System.String,`0,Ingeniux.CMS.IUserWriteSession)"]

newName
Type: SystemString

[Missing <param name="newName"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnRename(System.String,System.String,`0,Ingeniux.CMS.IUserWriteSession)"]

contentItem
Type: T

[Missing <param name="contentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnRename(System.String,System.String,`0,Ingeniux.CMS.IUserWriteSession)"]

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnRename(System.String,System.String,`0,Ingeniux.CMS.IUserWriteSession)"]

See Also