View Source
Class ActionSort
This action is invoked when children to a document, media, member is being sorted
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class ActionSort : IAction, IDiscoverable
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 |
|