These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
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