Click or drag to resize

IPageHooksOnAfterCrossLocaleCopy Method


Custom hook that fires after a Page is lingually copied.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void OnAfterCrossLocaleCopy(
	IPage sourcecontentItem,
	IPage newcontentItem,
	IPage targetcontentItem,
	EnumCopyActions relation,
	ILingualPageMap[] lingualMaps,
	IUserWriteSession session
)

Parameters

sourcecontentItem
Type: Ingeniux.CMSIPage
Source Page being copied.
newcontentItem
Type: Ingeniux.CMSIPage
Newly pasted Page.
targetcontentItem
Type: Ingeniux.CMSIPage
Target Page location, either parent or sibling to the new page.
relation
Type: Ingeniux.CMS.EnumsEnumCopyActions
Contains information about what relation the new Page will have to the targetcontentItem.
lingualMaps
Type: Ingeniux.CMSILingualPageMap

[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
Type: Ingeniux.CMSIUserWriteSession
IUserWriteSession in which the Page is loaded in.
See Also