Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserAccessEntity

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Models.Entities
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UserAccessEntity

    Constructors

    View Source

    UserAccessEntity(IEntitySlim, Boolean)

    Declaration
    public UserAccessEntity(IEntitySlim entity, bool hasAccess)
    Parameters
    Type Name Description
    IEntitySlim entity
    System.Boolean hasAccess

    Properties

    View Source

    Entity

    Declaration
    public IEntitySlim Entity { get; }
    Property Value
    Type Description
    IEntitySlim
    View Source

    HasAccess

    Declaration
    public bool HasAccess { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserAccessEntity(IEntitySlim, Boolean)
    • Properties
      • Entity
      • HasAccess
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX