Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublicAccessEntrySlim

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

    Properties

    View Source

    ContentId

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

    ErrorPageId

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

    LoginPageId

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

    MemberGroupNames

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

    MemberUserNames

    Declaration
    public string[] MemberUserNames { get; set; }
    Property Value
    Type Description
    System.String[]
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentId
      • ErrorPageId
      • LoginPageId
      • MemberGroupNames
      • MemberUserNames
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX