Click or drag to resize

IAssetHooksOnBeforeRegionRootCopyAsset Method


This method is invoked before a Region Root Asset is 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 OnBeforeRegionRootCopyAsset(
	IAssetItem sourcecontentItem,
	IAssetFolder targetcontentItem,
	string targetLocale,
	IUserWriteSession session
)

Parameters

sourcecontentItem  IAssetItem
The content item to be copied.
targetcontentItem  IAssetFolder
The target reference location content item.
targetLocale  String
The region code of the target Region Root's language.
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