Class NodePermissions
A model representing a set of permissions for a given node.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class NodePermissions
Properties
View SourceNodeKey
Declaration
public Guid NodeKey { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Permissions
Declaration
public ISet<string> Permissions { get; set; }
Property Value
Type | Description |
---|---|
ISet<System.String> |