Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAction

    Defines a back office action that can be permission assigned or subscribed to for notifications

    Namespace: Umbraco.Cms.Core.Actions
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IAction : IDiscoverable
    Remarks

    If an IAction returns false for both ShowInNotifier and CanBePermissionAssigned then the IAction should not exist

    Properties

    View Source

    Alias

    The alias for this action (must be unique)

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

    CanBePermissionAssigned

    Whether to allow assigning permissions based on this action

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

    Category

    The category used for this action

    Declaration
    string Category { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Used in the UI when assigning permissions

    View Source

    Icon

    The icon to display for this action

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

    Letter

    The letter used to assign a permission (must be unique)

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

    ShowInNotifier

    Whether to allow subscribing to notifications for this action

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