IAssetHooksOnAfterCrossLocaleCopyAsset Method
|
This method is invoked after a non-Region-Root Asset was pasted under another Region Root.
Namespace:
Ingeniux.CMS.Models.Hooks
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax void OnAfterCrossLocaleCopyAsset(
IAssetItem sourcecontentItem,
IAssetItem newcontentItem,
IAssetFolder targetcontentItem,
ILingualPageMap[] lingualMaps,
IUserWriteSession session
)
Sub OnAfterCrossLocaleCopyAsset (
sourcecontentItem As IAssetItem,
newcontentItem As IAssetItem,
targetcontentItem As IAssetFolder,
lingualMaps As ILingualPageMap(),
session As IUserWriteSession
)
void OnAfterCrossLocaleCopyAsset(
IAssetItem^ sourcecontentItem,
IAssetItem^ newcontentItem,
IAssetFolder^ targetcontentItem,
array<ILingualPageMap^>^ lingualMaps,
IUserWriteSession^ session
)
abstract OnAfterCrossLocaleCopyAsset :
sourcecontentItem : IAssetItem *
newcontentItem : IAssetItem *
targetcontentItem : IAssetFolder *
lingualMaps : ILingualPageMap[] *
session : IUserWriteSession -> unit
Parameters
- sourcecontentItem
- Type: Ingeniux.CMSIAssetItem
The content item that was copied. - newcontentItem
- Type: Ingeniux.CMSIAssetItem
The new content item that was created. - targetcontentItem
- Type: Ingeniux.CMSIAssetFolder
The target reference location content item. - lingualMaps
- Type: Ingeniux.CMSILingualPageMap
[Missing <param name="lingualMaps"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IAssetHooks.OnAfterCrossLocaleCopyAsset(Ingeniux.CMS.IAssetItem,Ingeniux.CMS.IAssetItem,Ingeniux.CMS.IAssetFolder,Ingeniux.CMS.ILingualPageMap[],Ingeniux.CMS.IUserWriteSession)"]
- session
- Type: Ingeniux.CMSIUserWriteSession
The session that must be used to perform tasks on additional objects.
Remarks When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also