Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IGranularPermission

    Namespace: Umbraco.Cms.Core.Models.Membership.Permissions
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IGranularPermission

    Properties

    View Source

    Context

    Declaration
    string Context { get; }
    Property Value
    Type Description
    System.String
    View Source

    Key

    Declaration
    virtual Guid? Key { get; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    Permission

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