IContentItemHooksTOnAfterRollback Method
|
Custom hook that fires after a
Content Item is rolled back to a previous version.
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnAfterRollback(
T contentItem,
IUserWriteSession session
)
Sub OnAfterRollback (
contentItem As T,
session As IUserWriteSession
)
void OnAfterRollback(
T contentItem,
IUserWriteSession^ session
)
abstract OnAfterRollback :
contentItem : 'T *
session : IUserWriteSession -> unit Parameters
- contentItem T
- Loaded Content Item.
- session IUserWriteSession
- IUserWriteSession in which the Content Item is loaded into.
See Also