Search Results for

    Show / Hide Table of Contents
    View Source

    Class ActionBrowse

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

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

    This action should not be invoked. It is used as the minimum required permission to view nodes in the content tree. By granting a user this permission, the user is able to see the node in the tree but not edit the document. This may be used by other trees that support permissions in the future.

    Fields

    View Source

    ActionLetter

    Declaration
    public const char ActionLetter = null
    Field Value
    Type Description
    System.Char

    Properties

    View Source

    Alias

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

    CanBePermissionAssigned

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

    Category

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

    Icon

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

    Letter

    Declaration
    public char Letter { get; }
    Property Value
    Type Description
    System.Char
    View Source

    ShowInNotifier

    Declaration
    public bool ShowInNotifier { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ActionLetter
    • Properties
      • Alias
      • CanBePermissionAssigned
      • Category
      • Icon
      • Letter
      • ShowInNotifier
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX