IContentItemHooksTOnBeforeUndoCheckOut Method
|
Custom hook that fires before a
Content Item is reverted to its checked in state.
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnBeforeUndoCheckOut(
T contentItem,
bool recursive,
IUserWriteSession session
)
Sub OnBeforeUndoCheckOut (
contentItem As T,
recursive As Boolean,
session As IUserWriteSession
)
void OnBeforeUndoCheckOut(
T contentItem,
bool recursive,
IUserWriteSession^ session
)
abstract OnBeforeUndoCheckOut :
contentItem : 'T *
recursive : bool *
session : IUserWriteSession -> unit 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