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

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