Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IGranularPermission

    Defines the contract for a granular permission that can be assigned to user groups.

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

    Properties

    View Source

    Context

    Gets the context type identifier for this permission.

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

    Key

    Gets the unique key associated with this permission, if applicable.

    Declaration
    Guid? Key { get; }
    Property Value
    Type Description
    Guid?
    View Source

    Permission

    Gets or sets the permission identifier.

    Declaration
    string Permission { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX