ICustomHooksOnAfterLogout Method
|
This method is invoked after a User logged out.
Namespace:
Ingeniux.CMS.Models.Hooks
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntaxvoid OnAfterLogout(
string loggedOutUserId
)
Sub OnAfterLogout (
loggedOutUserId As String
)
void OnAfterLogout(
String^ loggedOutUserId
)
abstract OnAfterLogout :
loggedOutUserId : string -> unit
Parameters
- loggedOutUserId
- Type: SystemString
The User Id of the User that just logged out.
RemarksWhen this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also