Click or drag to resize

IPageHooksOnNew Method


Custom hook that fires when a new Page is created.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void OnNew(
	IPage page,
	IUserWriteSession session
)

Parameters

page
Type: Ingeniux.CMSIPage
Loaded Page..
session
Type: Ingeniux.CMSIUserWriteSession
IUserWriteSession in which the Page is loaded in.
See Also