IContentItemHooksTOnBeforeRollback Method
|
Namespace:
Ingeniux.CMS.Models.Hooks
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void OnBeforeRollback(
T contentItem,
IUserWriteSession session
)
Sub OnBeforeRollback (
contentItem As T,
session As IUserWriteSession
)
void OnBeforeRollback(
T contentItem,
IUserWriteSession^ session
)
abstract OnBeforeRollback :
contentItem : 'T *
session : IUserWriteSession -> unit
Parameters
- contentItem
- Type: T
[Missing <param name="contentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeRollback(`0,Ingeniux.CMS.IUserWriteSession)"]
- session
- Type: Ingeniux.CMSIUserWriteSession
[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IContentItemHooks`1.OnBeforeRollback(`0,Ingeniux.CMS.IUserWriteSession)"]
See Also