Search Results for

    Show / Hide Table of Contents

    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: cs.temp.dll.dll
    Syntax
    public class DeleteExternalLoginsOnMemberDeletedHandler : INotificationHandler<MemberDeletedNotification>

    Constructors

    DeleteExternalLoginsOnMemberDeletedHandler(IExternalLoginWithKeyService)

    Initializes a new instance of the class.

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

    Methods

    Handle(MemberDeletedNotification)

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