IPageHooksOnBeforeCrossLocaleCopy Method
|
Custom hook that fires before a
Page is lingually copied.
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnBeforeCrossLocaleCopy(
IPage sourcecontentItem,
IPage targetcontentItem,
EnumCopyActions relation,
IUserWriteSession session
)
Sub OnBeforeCrossLocaleCopy (
sourcecontentItem As IPage,
targetcontentItem As IPage,
relation As EnumCopyActions,
session As IUserWriteSession
)
void OnBeforeCrossLocaleCopy(
IPage^ sourcecontentItem,
IPage^ targetcontentItem,
EnumCopyActions relation,
IUserWriteSession^ session
)
abstract OnBeforeCrossLocaleCopy :
sourcecontentItem : IPage *
targetcontentItem : IPage *
relation : EnumCopyActions *
session : IUserWriteSession -> unit Parameters
- sourcecontentItem IPage
- Source Page being copied.
- 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.
- session IUserWriteSession
- IUserWriteSession in which the Page is loaded in.
See Also