Interface IHasPermissions
Anything that uses IHasPermissions can have custom permissions. This interface provides access to the information stored in the custom permissions.
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface IHasPermissions
Properties
Permissions
Permissions are also stored as entity items.
IEnumerable<Permission> Permissions { get; }
Property Value
- IEnumerable<Permission>
List of permission entities for an item
Remarks
Currently still a private API, because the type could change to be a typed permission object