View Source
Class UserAccessEntity
Inheritance
System.Object
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 |
|