Search Results for

    Show / Hide Table of Contents
    View Source

    Class ProtectedAccess

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

    Constructors

    View Source

    ProtectedAccess(Nullable<Guid>, String[])

    Declaration
    public ProtectedAccess(Guid? memberKey, string[] memberRoles)
    Parameters
    Type Name Description
    System.Nullable<Guid> memberKey
    System.String[] memberRoles

    Properties

    View Source

    MemberKey

    Declaration
    public Guid? MemberKey { get; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    MemberRoles

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

    None

    Declaration
    public static ProtectedAccess None { get; }
    Property Value
    Type Description
    ProtectedAccess
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ProtectedAccess(Nullable<Guid>, String[])
    • Properties
      • MemberKey
      • MemberRoles
      • None
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX