Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserPermissionViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.User.Current
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UserPermissionViewModel

    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