Search Results for

    Show / Hide Table of Contents
    View Source

    Class ActionElementContainerBrowse

    This action is used as a security constraint that grants a user the ability to view element containers in a tree that has permissions applied to it.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Actions
    Assembly: Umbraco.Core.dll
    Syntax
    public class ActionElementContainerBrowse : IAction, IDiscoverable
    Remarks

    This action should not be invoked. It is used as the minimum required permission to view element containers in the element tree. By granting a user this permission, the user is able to see the element container in the tree but not edit it.

    Constructors

    View Source

    ActionElementContainerBrowse()

    Declaration
    public ActionElementContainerBrowse()

    Fields

    View Source

    ActionAlias

    Gets the alias for this action (must be unique). This is all lower-case because of case sensitive filesystems, see issue: https://github.com/umbraco/Umbraco-CMS/issues/11670.

    Declaration
    public const string ActionAlias = "elementcontainerbrowse"
    Field Value
    Type Description
    string
    View Source

    ActionLetter

    Gets the letter used to assign a permission (must be unique).

    Declaration
    public const string ActionLetter = "Umb.ElementContainer.Read"
    Field Value
    Type Description
    string

    Properties

    View Source

    Alias

    Gets the alias for this action (must be unique). This is all lower-case because of case sensitive filesystems, see issue: https://github.com/umbraco/Umbraco-CMS/issues/11670.

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

    CanBePermissionAssigned

    Gets a value indicating whether whether to allow assigning permissions based on this action

    Declaration
    public bool CanBePermissionAssigned { get; }
    Property Value
    Type Description
    bool
    View Source

    Letter

    Gets the letter used to assign a permission (must be unique).

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

    ShowInNotifier

    Gets a value indicating whether whether to allow subscribing to notifications for this action

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