IContentItemHooksTOnAfterCheckOut Method
|
Namespace: Ingeniux.CMS.Models.HooksAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid OnAfterCheckOut(
T contentItem,
bool recursive,
IUserWriteSession session
)
Sub OnAfterCheckOut (
contentItem As T,
recursive As Boolean,
session As IUserWriteSession
)
void OnAfterCheckOut(
T contentItem,
bool recursive,
IUserWriteSession^ session
)
abstract OnAfterCheckOut :
contentItem : 'T *
recursive : bool *
session : IUserWriteSession -> unit Parameters
- contentItem T
- Loaded Content Item.
- recursive Boolean
- True if the Check Out operation includes descendants of the Content Item.
- session IUserWriteSession
- IUserWriteSession in which the Content Item is loaded into.
See Also