Interface IGranularPermission
Namespace: Umbraco.Cms.Core.Models.Membership.Permissions
Assembly: Umbraco.Core.dll
Syntax
public interface IGranularPermission
Properties
View SourceContext
Declaration
string Context { get; }
Property Value
| Type | Description |
|---|---|
| string |
Key
Declaration
Guid? Key { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Permission
Declaration
string Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| string |