Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublicAccess

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "publicAccess", Namespace = "")]
    public class PublicAccess

    Properties

    View Source

    ErrorPage

    Declaration
    [DataMember(Name = "errorPage")]
    public EntityBasic ErrorPage { get; set; }
    Property Value
    Type Description
    EntityBasic
    View Source

    Groups

    Declaration
    [DataMember(Name = "groups")]
    public MemberGroupDisplay[] Groups { get; set; }
    Property Value
    Type Description
    MemberGroupDisplay[]
    View Source

    LoginPage

    Declaration
    [DataMember(Name = "loginPage")]
    public EntityBasic LoginPage { get; set; }
    Property Value
    Type Description
    EntityBasic
    View Source

    Members

    Declaration
    [DataMember(Name = "members")]
    public MemberDisplay[] Members { get; set; }
    Property Value
    Type Description
    MemberDisplay[]
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ErrorPage
      • Groups
      • LoginPage
      • Members
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX