Click or drag to resize

IContentItemHooksTOnAfterCheckIn Method


Custom hook that fires after a Content Item is checked in.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void OnAfterCheckIn(
	T contentItem,
	bool recursive,
	IUserWriteSession session
)

Parameters

contentItem
Type: T
Loaded Content Item.
recursive
Type: SystemBoolean
True if the Check In operation includes descendants of the Content Item.
session
Type: Ingeniux.CMSIUserWriteSession
IUserWriteSession in which the Content Item is loaded into.
See Also