IContentItemHooksTOnRename Method
|
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnRename(
string oldName,
string newName,
T contentItem,
IUserWriteSession session
)
Sub OnRename (
oldName As String,
newName As String,
contentItem As T,
session As IUserWriteSession
)
void OnRename(
String^ oldName,
String^ newName,
T contentItem,
IUserWriteSession^ session
)
abstract OnRename :
oldName : string *
newName : string *
contentItem : 'T *
session : IUserWriteSession -> unit Parameters
- oldName String
- Previous name for the Content Item.
- newName String
- New name for the Content Item.
- contentItem T
- Loaded Content Item.
- session IUserWriteSession
- IUserWriteSession in which the Content Item is loaded into.
See Also