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.492
Syntax
void OnNew(
	IPage page,
	IUserWriteSession session
)

Parameters

page  IPage
Loaded Page..
session  IUserWriteSession
IUserWriteSession in which the Page is loaded in.
See Also