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.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 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.
RemarksWhen this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also