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.308
Syntax void OnAfterUndoCheckOut(
T contentItem,
bool recursive,
IUserWriteSession session
)
Sub OnAfterUndoCheckOut (
contentItem As T,
recursive As Boolean,
session As IUserWriteSession
)
void OnAfterUndoCheckOut(
T contentItem,
bool recursive,
IUserWriteSession^ session
)
abstract OnAfterUndoCheckOut :
contentItem : 'T *
recursive : bool *
session : IUserWriteSession -> unit
Parameters
- contentItem
- Type: T
Loaded Content Item. - recursive
- Type: SystemBoolean
True if the Undo Checkout operation includes descendants. - session
- Type: Ingeniux.CMSIUserWriteSession
IUserWriteSession in which the Content Item is loaded into.
See Also