Click or drag to resize

IAssetHooksOnRenameAsset Method


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

Parameters

oldName
Type: SystemString

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

newName
Type: SystemString

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

contentItem
Type: Ingeniux.CMSIAssetItem

[Missing <param name="contentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IAssetHooks.OnRenameAsset(System.String,System.String,Ingeniux.CMS.IAssetItem,Ingeniux.CMS.IUserWriteSession)"]

session
Type: Ingeniux.CMSIUserWriteSession

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

See Also