View Source
Class ActionToPublish
This action is invoked when children to a document is being sent to published (by an editor without publishrights)
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class ActionToPublish : IAction, IDiscoverable
Fields
View Source
ActionLetter
Declaration
public const char ActionLetter = 'H'
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 |
|