Click or drag to resize

IPageHooksOnAfterCopy Method


Custom hook that fires after a Page is copied.

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void OnAfterCopy(
	IPage sourcecontentItem,
	IPage newcontentItem,
	IPage targetcontentItem,
	EnumCopyActions relation,
	IUserWriteSession session
)

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.
session  IUserWriteSession
IUserWriteSession in which the Page is loaded in.
See Also