Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberLogoutSuccessNotification

    Notification that is published after a member has successfully logged out.

    Inheritance
    object
    MemberNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberLogoutSuccessNotification : MemberNotification, INotification
    Remarks

    This notification is useful for audit logging and implementing custom post-sign-out behavior.

    Constructors

    View Source

    MemberLogoutSuccessNotification(string, Guid)

    Initializes a new instance of the MemberLogoutSuccessNotification class.

    Declaration
    public MemberLogoutSuccessNotification(string ipAddress, Guid memberKey)
    Parameters
    Type Name Description
    string ipAddress

    The source IP address of the member logging out.

    Guid memberKey

    The key of the member who logged out.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX