View Source
Class PublicAccessHandler
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class PublicAccessHandler : INotificationAsyncHandler<MemberGroupSavingNotification>, INotificationHandler<MemberGroupSavedNotification>, INotificationAsyncHandler<MemberGroupDeletingNotification>, INotificationHandler<MemberGroupDeletedNotification>, INotificationHandler
Constructors
View Source
PublicAccessHandler(IPublicAccessService, IMemberGroupService)
Declaration
public PublicAccessHandler(IPublicAccessService publicAccessService, IMemberGroupService memberGroupService)
Parameters
Methods
View Source
Handle(MemberGroupDeletedNotification)
Declaration
public void Handle(MemberGroupDeletedNotification notification)
Parameters
View Source
Handle(MemberGroupSavedNotification)
Declaration
public void Handle(MemberGroupSavedNotification notification)
Parameters
View Source
HandleAsync(MemberGroupDeletingNotification, CancellationToken)
Declaration
public async Task HandleAsync(MemberGroupDeletingNotification notification, CancellationToken cancellationToken)
Parameters
Returns
View Source
HandleAsync(MemberGroupSavingNotification, CancellationToken)
Declaration
public async Task HandleAsync(MemberGroupSavingNotification notification, CancellationToken cancellationToken)
Parameters
Returns