Interface IGranularPermission
Defines the contract for a granular permission that can be assigned to user groups.
Namespace: Umbraco.Cms.Core.Models.Membership.Permissions
Assembly: Umbraco.Core.dll
Syntax
public interface IGranularPermission
Properties
View SourceContext
Gets the context type identifier for this permission.
Declaration
string Context { get; }
Property Value
| Type | Description |
|---|---|
| string |
Key
Gets the unique key associated with this permission, if applicable.
Declaration
Guid? Key { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Permission
Gets or sets the permission identifier.
Declaration
string Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| string |