Click or drag to resize

IPageHooksOnBeforeEmptyRecycleFolder Method


Custom hook that fires before the Recycle Folder is emptied

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void OnBeforeEmptyRecycleFolder(
	IPage recycleFolder,
	IUserSession session
)

Parameters

recycleFolder  IPage
Recycle Folder.
session  IUserSession
IUserWriteSession in which the Region Root is loaded in.
See Also