Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublicAccessEntrySlim

    Represents a lightweight public access entry containing essential access control information.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class PublicAccessEntrySlim

    Constructors

    View Source

    PublicAccessEntrySlim()

    Declaration
    public PublicAccessEntrySlim()

    Properties

    View Source

    ContentId

    Gets or sets the unique identifier of the protected content.

    Declaration
    public Guid ContentId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    ErrorPageId

    Gets or sets the unique identifier of the error page shown for unauthorized access.

    Declaration
    public Guid ErrorPageId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    LoginPageId

    Gets or sets the unique identifier of the login page.

    Declaration
    public Guid LoginPageId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    MemberGroupNames

    Gets or sets the names of member groups allowed to access the content.

    Declaration
    public string[] MemberGroupNames { get; set; }
    Property Value
    Type Description
    string[]
    View Source

    MemberUserNames

    Gets or sets the usernames of members allowed to access the content.

    Declaration
    public string[] MemberUserNames { get; set; }
    Property Value
    Type Description
    string[]
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX