Interface INodeGranularPermission
Defines the contract for a granular permission that is associated with a specific node.
Namespace: Umbraco.Cms.Core.Models.Membership.Permissions
Assembly: Umbraco.Core.dll
Syntax
public interface INodeGranularPermission : IGranularPermission
Properties
View SourceKey
Gets or sets the unique key of the node this permission applies to.
Declaration
Guid Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |