CustomHooksOnAfterLogout Method |
This method is invoked after a User logged out.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux_API_Extensions_Development_Harness (in Ingeniux_API_Extensions_Development_Harness.dll) Version: 10.3.169
Syntaxpublic void OnAfterLogout(
string loggedOutUserId
)
Parameters
- loggedOutUserId
- Type: SystemString
The User Id of the User that just logged out.
Implements
ICustomHooks.OnAfterLogout(String)
RemarksWhen this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also