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 SourceDeleteExternalLoginsOnMemberDeletedHandler(IExternalLoginWithKeyService)
Initializes a new instance of the DeleteExternalLoginsOnMemberDeletedHandler class.
Declaration
public DeleteExternalLoginsOnMemberDeletedHandler(IExternalLoginWithKeyService externalLoginWithKeyService)
Parameters
Type | Name | Description |
---|---|---|
IExternalLoginWithKeyService | externalLoginWithKeyService |
Methods
View SourceHandle(MemberDeletedNotification)
Handles a notification.
Declaration
public void Handle(MemberDeletedNotification notification)
Parameters
Type | Name | Description |
---|---|---|
MemberDeletedNotification | notification |