Click or drag to resize

IPageHooksOnAfterPasteSpecial Method


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

Parameters

sourcecontentItem
Type: Ingeniux.CMSIPage

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

newcontentItem
Type: Ingeniux.CMSIPage

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

targetcontentItem
Type: Ingeniux.CMSIPage

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

relation
Type: Ingeniux.CMS.EnumsEnumCopyActions

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

session
Type: Ingeniux.CMSIUserWriteSession

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

See Also