Click or drag to resize

IPageHooksOnBeforeRegionRootCopy Method


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void OnBeforeRegionRootCopy(
	IPage sourcecontentItem,
	IPage targetcontentItem,
	EnumCopyActions relation,
	string targetLocale,
	IUserWriteSession session
)

Parameters

sourcecontentItem
Type: Ingeniux.CMSIPage

[Missing <param name="sourcecontentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IPageHooks.OnBeforeRegionRootCopy(Ingeniux.CMS.IPage,Ingeniux.CMS.IPage,Ingeniux.CMS.Enums.EnumCopyActions,System.String,Ingeniux.CMS.IUserWriteSession)"]

targetcontentItem
Type: Ingeniux.CMSIPage

[Missing <param name="targetcontentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IPageHooks.OnBeforeRegionRootCopy(Ingeniux.CMS.IPage,Ingeniux.CMS.IPage,Ingeniux.CMS.Enums.EnumCopyActions,System.String,Ingeniux.CMS.IUserWriteSession)"]

relation
Type: Ingeniux.CMS.EnumsEnumCopyActions

[Missing <param name="relation"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IPageHooks.OnBeforeRegionRootCopy(Ingeniux.CMS.IPage,Ingeniux.CMS.IPage,Ingeniux.CMS.Enums.EnumCopyActions,System.String,Ingeniux.CMS.IUserWriteSession)"]

targetLocale
Type: SystemString

[Missing <param name="targetLocale"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IPageHooks.OnBeforeRegionRootCopy(Ingeniux.CMS.IPage,Ingeniux.CMS.IPage,Ingeniux.CMS.Enums.EnumCopyActions,System.String,Ingeniux.CMS.IUserWriteSession)"]

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IPageHooks.OnBeforeRegionRootCopy(Ingeniux.CMS.IPage,Ingeniux.CMS.IPage,Ingeniux.CMS.Enums.EnumCopyActions,System.String,Ingeniux.CMS.IUserWriteSession)"]

See Also