ICustomHooksOnBeforeLogout Method
|
This method is invoked before a User attempt to log out.
Namespace:
Ingeniux.CMS.Models.Hooks
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax void OnBeforeLogout(
IReadonlyUser user
)
Sub OnBeforeLogout (
user As IReadonlyUser
)
void OnBeforeLogout(
IReadonlyUser^ user
)
abstract OnBeforeLogout :
user : IReadonlyUser -> unit
Parameters
- user
- Type: Ingeniux.CMSIReadonlyUser
The user instance that is logging out.
Remarks When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also