Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublicAccessHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Handlers
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class PublicAccessHandler : INotificationHandler<MemberGroupSavedNotification>, INotificationHandler<MemberGroupDeletedNotification>

    Constructors

    View Source

    PublicAccessHandler(IPublicAccessService)

    Declaration
    public PublicAccessHandler(IPublicAccessService publicAccessService)
    Parameters
    Type Name Description
    IPublicAccessService publicAccessService

    Methods

    View Source

    Handle(MemberGroupDeletedNotification)

    Declaration
    public void Handle(MemberGroupDeletedNotification notification)
    Parameters
    Type Name Description
    MemberGroupDeletedNotification notification
    View Source

    Handle(MemberGroupSavedNotification)

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