IPageHooksOnAfterCrossLocaleCopy Method
|
Custom hook that fires after a
Page is lingually copied.
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnAfterCrossLocaleCopy(
IPage sourcecontentItem,
IPage newcontentItem,
IPage targetcontentItem,
EnumCopyActions relation,
ILingualPageMap[] lingualMaps,
IUserWriteSession session
)
Sub OnAfterCrossLocaleCopy (
sourcecontentItem As IPage,
newcontentItem As IPage,
targetcontentItem As IPage,
relation As EnumCopyActions,
lingualMaps As ILingualPageMap(),
session As IUserWriteSession
)
void OnAfterCrossLocaleCopy(
IPage^ sourcecontentItem,
IPage^ newcontentItem,
IPage^ targetcontentItem,
EnumCopyActions relation,
array<ILingualPageMap^>^ lingualMaps,
IUserWriteSession^ session
)
abstract OnAfterCrossLocaleCopy :
sourcecontentItem : IPage *
newcontentItem : IPage *
targetcontentItem : IPage *
relation : EnumCopyActions *
lingualMaps : ILingualPageMap[] *
session : IUserWriteSession -> unit Parameters
- sourcecontentItem IPage
- Source Page being copied.
- newcontentItem IPage
- Newly pasted Page.
- targetcontentItem IPage
- Target Page location, either parent or sibling to the new page.
- relation EnumCopyActions
- Contains information about what relation the new Page will have to the targetcontentItem.
- lingualMaps ILingualPageMap
[Missing <param name="lingualMaps"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IPageHooks.OnAfterCrossLocaleCopy(Ingeniux.CMS.IPage,Ingeniux.CMS.IPage,Ingeniux.CMS.IPage,Ingeniux.CMS.Enums.EnumCopyActions,Ingeniux.CMS.ILingualPageMap[],Ingeniux.CMS.IUserWriteSession)"]
- session IUserWriteSession
- IUserWriteSession in which the Page is loaded in.
See Also