Click or drag to resize

IPageHooksOnAfterEmptyRecycleFolder Method


Custom hook that fires after the Recycle Folder is emptied

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

Parameters

recycleFolder
Type: Ingeniux.CMSIPage
Recycle Folder.
session
Type: Ingeniux.CMSIUserSession
IUserWriteSession in which the Region Root is loaded in.
See Also