CustomHooksOnBeforeLogout Method |
This method is invoked before a User attempt to log out.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux_API_Extensions_Development_Harness (in Ingeniux_API_Extensions_Development_Harness.dll) Version: 10.3.169
Syntax public void OnBeforeLogout(
IReadonlyUser user
)
Parameters
- user
- Type: IReadonlyUser
The user instance that is logging out.
Implements
ICustomHooks.OnBeforeLogout(IReadonlyUser)Remarks When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also