Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    NodeKey

    Declaration
    public Guid NodeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Permissions

    Declaration
    public ISet<string> Permissions { get; set; }
    Property Value
    Type Description
    ISet<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • NodeKey
      • Permissions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX