Search Results for

    Show / Hide Table of Contents
    View Source

    Class ProtectedAccess

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ProtectedAccess

    Constructors

    View Source

    ProtectedAccess(Guid?, string[]?)

    Declaration
    public ProtectedAccess(Guid? memberKey, string[]? memberRoles)
    Parameters
    Type Name Description
    Guid? memberKey
    string[] memberRoles

    Properties

    View Source

    MemberKey

    Declaration
    public Guid? MemberKey { get; }
    Property Value
    Type Description
    Guid?
    View Source

    MemberRoles

    Declaration
    public string[]? MemberRoles { get; }
    Property Value
    Type Description
    string[]
    View Source

    None

    Declaration
    public static ProtectedAccess None { get; }
    Property Value
    Type Description
    ProtectedAccess
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX