Click or drag to resize

IContentItemHooksTOnAfterUndoCheckOut Method


Custom hook that fires after a Content Item is reverted to its checked in state.

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

Parameters

contentItem  T
Loaded Content Item.
recursive  Boolean
True if the Undo Checkout operation includes descendants.
session  IUserWriteSession
IUserWriteSession in which the Content Item is loaded into.
See Also