Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteExternalLoginsOnMemberDeletedHandler

    Deletes the external logins for the deleted members. This cannot be handled by the database as there is not foreign keys.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DeleteExternalLoginsOnMemberDeletedHandler : INotificationHandler<MemberDeletedNotification>, INotificationHandler

    Constructors

    View Source

    DeleteExternalLoginsOnMemberDeletedHandler(IExternalLoginWithKeyService)

    Initializes a new instance of the DeleteExternalLoginsOnMemberDeletedHandler class.

    Declaration
    public DeleteExternalLoginsOnMemberDeletedHandler(IExternalLoginWithKeyService externalLoginWithKeyService)
    Parameters
    Type Name Description
    IExternalLoginWithKeyService externalLoginWithKeyService

    Methods

    View Source

    Handle(MemberDeletedNotification)

    Handles a notification.

    Declaration
    public void Handle(MemberDeletedNotification notification)
    Parameters
    Type Name Description
    MemberDeletedNotification notification
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX