Click or drag to resize

IAssetHooksOnAfterRegionRootCopyAsset Method


This method is invoked after a Region Root Asset was cloned into another Region Root Asset, with lingual maps established between the two Regions.

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void OnAfterRegionRootCopyAsset(
	IAssetItem sourcecontentItem,
	IAssetItem newcontentItem,
	IAssetFolder targetcontentItem,
	string targetLocale,
	ILingualPageMap[] lingualMaps,
	IUserWriteSession session
)

Parameters

sourcecontentItem  IAssetItem
The content item that was copied.
newcontentItem  IAssetItem
The new content item that was created.
targetcontentItem  IAssetFolder
The target reference location content item.
targetLocale  String
The region code of the target Region Root's language.
lingualMaps  ILingualPageMap
The lingual maps established by the region root copy operation.
session  IUserWriteSession
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