Class NodePermissions
A model representing a set of permissions for a given node.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class NodePermissions
Constructors
View SourceNodePermissions()
Declaration
public NodePermissions()
Properties
View SourceNodeKey
Gets or sets the unique identifier of the node.
Declaration
public Guid NodeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Permissions
Gets or sets the collection of permission identifiers assigned to this node.
Declaration
public ISet<string> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| ISet<string> |