View Source
Class ActionRestore
This action is invoked when the content/media item is to be restored from the recycle bin
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class ActionRestore : IAction, IDiscoverable
Fields
View Source
ActionAlias
Declaration
public const string ActionAlias = "restore"
Field Value
Type |
Description |
System.String |
|
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 |
|