Method CoveredPermissions
- Namespace
- MailFathom.Domain.Access
- Assembly
- MailFathom.Domain.dll
CoveredPermissions()
Reports every published permission this subtree reaches, reading the set as it stands now.
public IReadOnlyList<MailFathomPermission> CoveredPermissions()
Returns
- IReadOnlyList<MailFathomPermission>
The covered permissions, in the published order, empty when the pattern reaches nothing this repository publishes.
Exceptions
- InvalidOperationException
Thrown when the value is the struct default rather than a subtree.