Click or drag to resize

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.492
Syntax
void OnBeforeLogout(
	IReadonlyUser user
)

Parameters

user  IReadonlyUser
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