View Source
Class PublicAccessHandler
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class PublicAccessHandler : INotificationHandler<MemberGroupSavedNotification>, INotificationHandler<MemberGroupDeletedNotification>, INotificationHandler
Constructors
View Source
PublicAccessHandler(IPublicAccessService)
Declaration
public PublicAccessHandler(IPublicAccessService publicAccessService)
Parameters
Methods
View Source
Handle(MemberGroupDeletedNotification)
Declaration
public void Handle(MemberGroupDeletedNotification notification)
Parameters
View Source
Handle(MemberGroupSavedNotification)
Declaration
public void Handle(MemberGroupSavedNotification notification)
Parameters