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.308
Syntax void OnBeforeRegionRootCopyAsset(
IAssetItem sourcecontentItem,
IAssetFolder targetcontentItem,
string targetLocale,
IUserWriteSession session
)
Sub OnBeforeRegionRootCopyAsset (
sourcecontentItem As IAssetItem,
targetcontentItem As IAssetFolder,
targetLocale As String,
session As IUserWriteSession
)
void OnBeforeRegionRootCopyAsset(
IAssetItem^ sourcecontentItem,
IAssetFolder^ targetcontentItem,
String^ targetLocale,
IUserWriteSession^ session
)
abstract OnBeforeRegionRootCopyAsset :
sourcecontentItem : IAssetItem *
targetcontentItem : IAssetFolder *
targetLocale : string *
session : IUserWriteSession -> unit
Parameters
- sourcecontentItem
- Type: Ingeniux.CMSIAssetItem
The content item to be copied. - targetcontentItem
- Type: Ingeniux.CMSIAssetFolder
The target reference location content item. - targetLocale
- Type: SystemString
The region code of the target Region Root's language. - 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