Click or drag to resize

IContentItemHooksTOnBeforeUndoCheckOut Method


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void OnBeforeUndoCheckOut(
	T contentItem,
	bool recurisve,
	IUserWriteSession session
)

Parameters

contentItem
Type: T

[Missing <param name="contentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeUndoCheckOut(`0,System.Boolean,Ingeniux.CMS.IUserWriteSession)"]

recurisve
Type: SystemBoolean

[Missing <param name="recurisve"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeUndoCheckOut(`0,System.Boolean,Ingeniux.CMS.IUserWriteSession)"]

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeUndoCheckOut(`0,System.Boolean,Ingeniux.CMS.IUserWriteSession)"]

See Also