Search Results for

    Show / Hide Table of Contents
    View Source

    Class ActionSort

    This action is invoked when children to a document, media, member is being sorted.

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

    Fields

    View Source

    ActionAlias

    Declaration
    public const string ActionAlias = "sort"
    Field Value
    Type Description
    System.String
    View Source

    ActionLetter

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

    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
    System.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
    System.Boolean
    View Source

    Category

    Gets the category used for this action

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

    Used in the UI when assigning permissions

    View Source

    Icon

    Gets the icon to display for this action

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

    Letter

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

    Declaration
    public char Letter { get; }
    Property Value
    Type Description
    System.Char
    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
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ActionAlias
      • ActionLetter
    • Properties
      • Alias
      • CanBePermissionAssigned
      • Category
      • Icon
      • Letter
      • ShowInNotifier
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX